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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h613 #define sqlite3_keyword_check sqlite3_api->keyword_check macro
H A Dsqlite3.h7803 ** The sqlite3_keyword_check(Z,L) interface checks to see whether or not
7833 SQLITE_API int sqlite3_keyword_check(const char*,int);
H A Dshell.c882 return sqlite3_keyword_check(zName, i) ? '"' : 0;
H A Dsqlite3.c8866 ** The sqlite3_keyword_check(Z,L) interface checks to see whether or not
8896 SQLITE_API int sqlite3_keyword_check(const char*,int);
126003 #define sqlite3_keyword_check macro
162949 SQLITE_API int sqlite3_keyword_check(const char *zName, int nName){ function
[all...]

Completed in 667 milliseconds