PostgreSQL Source Code  git master
Syn Struct Reference

Data Fields

char * key
 
char * value
 
char * in
 
char * out
 
int outlen
 
uint16 flags
 

Detailed Description

Definition at line 23 of file dict_xsyn.c.

Field Documentation

◆ flags

uint16 Syn::flags

Definition at line 26 of file dict_synonym.c.

Referenced by dsynonym_init(), and dsynonym_lexize().

◆ in

char* Syn::in

Definition at line 23 of file dict_synonym.c.

Referenced by dsynonym_init().

◆ key

char* Syn::key

Definition at line 25 of file dict_xsyn.c.

Referenced by read_dictionary().

◆ out

char* Syn::out

Definition at line 24 of file dict_synonym.c.

Referenced by dsynonym_init(), and dsynonym_lexize().

◆ outlen

int Syn::outlen

Definition at line 25 of file dict_synonym.c.

Referenced by dsynonym_init(), and dsynonym_lexize().

◆ value

char* Syn::value

Definition at line 26 of file dict_xsyn.c.

Referenced by dxsyn_lexize(), and read_dictionary().


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