Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h641 #define sqlite3_keyword_name sqlite3_api->keyword_name macro
H A Dsqlite3.h8378 SQLITE_API int sqlite3_keyword_name(int,const char**,int*);
H A Dshell.c8321 sqlite3_keyword_name(pCur->j++, &pCur->zCurrentRow, &pCur->szRow); in completionNext()
H A Dsqlite3.c8691 SQLITE_API int sqlite3_keyword_name(int,const char**,int*);
136113 #define sqlite3_keyword_name sqlite3_api->keyword_name
136616 sqlite3_keyword_name,
177042 SQLITE_API int sqlite3_keyword_name(int i,const char **pzName,int *pnName){