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.h651 #define sqlite3_keyword_name sqlite3_api->keyword_name macro
H A Dsqlite3.h8775 SQLITE_API int sqlite3_keyword_name(int,const char**,int*);
H A Dshell.c11170 sqlite3_keyword_name(pCur->j++, &pCur->zCurrentRow, &pCur->szRow); in completionNext()
H A Dsqlite3.c9096 SQLITE_API int sqlite3_keyword_name(int,const char**,int*);
143105 #define sqlite3_keyword_name sqlite3_api->keyword_name macro
143618 sqlite3_keyword_name,
186208 SQLITE_API int sqlite3_keyword_name(int i,const char **pzName,int *pnName){ function