Home
last modified time | relevance | path

Searched refs:sqlite3_keyword_name (Results 1 - 4 of 4) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h640 #define sqlite3_keyword_name sqlite3_api->keyword_name macro
H A Dsqlite3.h8138 ** 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 Dshell.c5867 sqlite3_keyword_name(pCur->j++, &pCur->zCurrentRow, &pCur->szRow); in completionNext()
H A Dsqlite3.c8447 ** 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