PostgreSQL Source Code  git master
metastring Struct Reference

Data Fields

char * str
 
int length
 
int bufsize
 
int free_string_on_destroy
 

Detailed Description

Definition at line 218 of file dmetaphone.c.

Field Documentation

◆ bufsize

int metastring::bufsize

Definition at line 222 of file dmetaphone.c.

Referenced by IncreaseBuffer(), MetaphAdd(), and NewMetaString().

◆ free_string_on_destroy

int metastring::free_string_on_destroy

Definition at line 223 of file dmetaphone.c.

Referenced by DestroyMetaString(), DoubleMetaphone(), and NewMetaString().

◆ length

int metastring::length

Definition at line 221 of file dmetaphone.c.

Referenced by DoubleMetaphone(), GetAt(), IsVowel(), MetaphAdd(), NewMetaString(), SetAt(), and StringAt().

◆ str


The documentation for this struct was generated from the following file: