Searched refs:sqlite3_keyword_name (Results 1 - 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
H A D | sqlite3ext.h | 640 #define sqlite3_keyword_name sqlite3_api->keyword_name macro
|
H A D | sqlite3.h | 8138 ** The sqlite3_keyword_name(N,Z,L) interface finds the N-th keyword and 8141 ** zero-terminated. The sqlite3_keyword_name(N,Z,L) routine returns 8144 ** sqlite3_keyword_name(N,Z,L) result in undefined behavior. 8175 SQLITE_API int sqlite3_keyword_name(int,const char**,int*);
|
/third_party/sqlite/src/ |
H A D | shell.c | 5867 sqlite3_keyword_name(pCur->j++, &pCur->zCurrentRow, &pCur->szRow); in completionNext()
|
H A D | sqlite3.c | 8447 ** The sqlite3_keyword_name(N,Z,L) interface finds the N-th keyword and 8450 ** zero-terminated. The sqlite3_keyword_name(N,Z,L) routine returns 8453 ** sqlite3_keyword_name(N,Z,L) result in undefined behavior. 8484 SQLITE_API int sqlite3_keyword_name(int,const char**,int*); 132563 #define sqlite3_keyword_name global() macro 172300 SQLITE_API int sqlite3_keyword_name(int i,const char **pzName,int *pnName){ global() function [all...] |
Completed in 177 milliseconds