|
PostgreSQL Source Code git master
|
#include <spell.h>
Data Fields | |
| uint32 | val:8 |
| uint32 | naff:24 |
| AFFIX ** | aff |
| struct AffixNode * | node |
| AFFIX** AffixNodeData::aff |
Definition at line 134 of file spell.h.
Referenced by mkVoidAffix(), and NormalizeSubWord().
| uint32 AffixNodeData::naff |
Definition at line 133 of file spell.h.
Referenced by FindAffixes(), and NormalizeSubWord().
| struct AffixNode* AffixNodeData::node |
Definition at line 135 of file spell.h.
Referenced by FindAffixes(), mkVoidAffix(), and NormalizeSubWord().
| uint32 AffixNodeData::val |
Definition at line 132 of file spell.h.
Referenced by FindAffixes().