Searched refs:sqlite3_keyword_name (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | completion.c | 205 sqlite3_keyword_name(pCur->j++, &pCur->zCurrentRow, &pCur->szRow); in completionNext()
|
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 441 sqlite3_keyword_name,
|
| H A D | sqlite3ext.h | 634 #define sqlite3_keyword_name sqlite3_api->keyword_name macro
|
| H A D | sqlite.h.in | 8086 ** The sqlite3_keyword_name(N,Z,L) interface finds the N-th keyword and 8089 ** zero-terminated. The sqlite3_keyword_name(N,Z,L) routine returns 8092 ** sqlite3_keyword_name(N,Z,L) result in undefined behavior. 8123 int sqlite3_keyword_name(int,const char**,int*);
|