Searched refs:sqlite3_keyword_check (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h642 #define sqlite3_keyword_check sqlite3_api->keyword_check macro
H A Dsqlite3.h8349 ** The sqlite3_keyword_check(Z,L) interface checks to see whether or not
8379 SQLITE_API int sqlite3_keyword_check(const char*,int);
H A Dshell.c1971 return sqlite3_keyword_check(zName, i) ? '"' : 0;
12663 if( sqlite3_keyword_check(zId, nId) ) return 1;
H A Dsqlite3.c8662 ** The sqlite3_keyword_check(Z,L) interface checks to see whether or not
8692 SQLITE_API int sqlite3_keyword_check(const char*,int);
136114 #define sqlite3_keyword_check macro
177050 SQLITE_API int sqlite3_keyword_check(const char *zName, int nName){ function
[all...]

Completed in 712 milliseconds