|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Data Structures | |
| struct | ScanKeywordList |
Typedefs | |
| typedef int(* | ScanKeywordHashFunc) (const void *key, size_t keylen) |
| typedef struct ScanKeywordList | ScanKeywordList |
Functions | |
| int | ScanKeywordLookup (const char *str, const ScanKeywordList *keywords) |
| static const char * | GetScanKeyword (int n, const ScanKeywordList *keywords) |
Definition at line 18 of file kwlookup.h.
Definition at line 39 of file kwlookup.h.
References keywords.
Referenced by pg_get_keywords(), plpgsql_yylex(), ScanCKeywordLookup(), and ScanKeywordLookup().
|
extern |
Definition at line 38 of file kwlookup.c.
References fb(), GetScanKeyword(), keywords, len, and str.
Referenced by fmtIdEnc(), plpgsql_yylex(), quote_identifier(), and ScanECPGKeywordLookup().