PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
int | ScanKeywordLookup (const char *str, const ScanKeywordList *keywords) |
int ScanKeywordLookup | ( | const char * | str, |
const ScanKeywordList * | keywords | ||
) |
Definition at line 38 of file kwlookup.c.
References GetScanKeyword(), ScanKeywordList::hash, len, ScanKeywordList::max_kw_len, ScanKeywordList::num_keywords, and str.
Referenced by fmtId(), plpgsql_yylex(), quote_identifier(), and ScanECPGKeywordLookup().