PostgreSQL Source Code
git master
|
#include <kwlookup.h>
Data Fields | |
const char * | kw_string |
const uint16 * | kw_offsets |
ScanKeywordHashFunc | hash |
int | num_keywords |
int | max_kw_len |
Definition at line 25 of file kwlookup.h.
ScanKeywordHashFunc ScanKeywordList::hash |
Definition at line 29 of file kwlookup.h.
Referenced by ScanKeywordLookup().
const uint16* ScanKeywordList::kw_offsets |
Definition at line 28 of file kwlookup.h.
Referenced by GetScanKeyword().
const char* ScanKeywordList::kw_string |
Definition at line 27 of file kwlookup.h.
Referenced by GetScanKeyword().
int ScanKeywordList::max_kw_len |
Definition at line 31 of file kwlookup.h.
Referenced by ScanKeywordLookup().
int ScanKeywordList::num_keywords |
Definition at line 30 of file kwlookup.h.
Referenced by pg_get_keywords(), and ScanKeywordLookup().