Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3ext.h611 #define sqlite3_keyword_check sqlite3_api->keyword_check macro
H A Dsqlite3.h7760 SQLITE_API int sqlite3_keyword_check(const char*,int);
H A Dshell.c869 return sqlite3_keyword_check(zName, i) ? '"' : 0; in quoteChar()
H A Dsqlite3.c8799 SQLITE_API int sqlite3_keyword_check(const char*,int);
123802 #define sqlite3_keyword_check sqlite3_api->keyword_check
124276 sqlite3_keyword_check,
159052 SQLITE_API int sqlite3_keyword_check(const char *zName, int nName){