|
PostgreSQL Source Code git master
|
Data Fields | |
| char * | str |
| int | length |
| int | bufsize |
| int | free_string_on_destroy |
Definition at line 218 of file dmetaphone.c.
| int metastring::bufsize |
Definition at line 222 of file dmetaphone.c.
Referenced by IncreaseBuffer(), MetaphAdd(), and NewMetaString().
| int metastring::free_string_on_destroy |
Definition at line 223 of file dmetaphone.c.
Referenced by DestroyMetaString(), DoubleMetaphone(), and NewMetaString().
| int metastring::length |
Definition at line 221 of file dmetaphone.c.
Referenced by DoubleMetaphone(), GetAt(), IsVowel(), MetaphAdd(), NewMetaString(), SetAt(), and StringAt().
| char* metastring::str |
Definition at line 220 of file dmetaphone.c.
Referenced by DestroyMetaString(), DoubleMetaphone(), GetAt(), IncreaseBuffer(), IsVowel(), MakeUpper(), MetaphAdd(), NewMetaString(), SetAt(), SlavoGermanic(), and StringAt().