Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3ext.h641 #define sqlite3_keyword_name sqlite3_api->keyword_name macro
H A Dsqlite3.h8403 SQLITE_API int sqlite3_keyword_name(int,const char**,int*);
H A Dshell.c8399 sqlite3_keyword_name(pCur->j++, &pCur->zCurrentRow, &pCur->szRow); in completionNext()
H A Dsqlite3.c8716 SQLITE_API int sqlite3_keyword_name(int,const char**,int*);
137074 #define sqlite3_keyword_name sqlite3_api->keyword_name
137577 sqlite3_keyword_name,
178612 SQLITE_API int sqlite3_keyword_name(int i,const char **pzName,int *pnName){