Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3ext.h610 #define sqlite3_keyword_name sqlite3_api->keyword_name macro
H A Dsqlite3.h7759 SQLITE_API int sqlite3_keyword_name(int,const char**,int*);
H A Dshell.c3309 sqlite3_keyword_name(pCur->j++, &pCur->zCurrentRow, &pCur->szRow); in completionNext()
H A Dsqlite3.c8798 SQLITE_API int sqlite3_keyword_name(int,const char**,int*);
123801 #define sqlite3_keyword_name sqlite3_api->keyword_name
124275 sqlite3_keyword_name,
159045 SQLITE_API int sqlite3_keyword_name(int i,const char **pzName,int *pnName){