Home
last modified time | relevance | path

Searched defs:Keyword (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Dmkkeywordhash.c34 typedef struct Keyword Keyword; typedef
35 struct Keyword { struct
46 int iNext; /* Index in aKeywordTable[] of next with same hash */ argument
47 int substrId; /* Id to another keyword this keyword is embedded in */
48 int substrOffset; /* Offset into substrId for start of this keyword */
49 char zOrigName[20]; /* Original keyword name before processing */