Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h643 #define sqlite3_keyword_name sqlite3_api->keyword_name macro
H A Dsqlite3.h8615 SQLITE_API int sqlite3_keyword_name(int,const char**,int*);
H A Dshell.c9228 sqlite3_keyword_name(pCur->j++, &pCur->zCurrentRow, &pCur->szRow); in completionNext()
H A Dsqlite3.c8934 SQLITE_API int sqlite3_keyword_name(int,const char**,int*);
139014 #define sqlite3_keyword_name sqlite3_api->keyword_name
139519 sqlite3_keyword_name,
181485 SQLITE_API int sqlite3_keyword_name(int i,const char **pzName,int *pnName){