Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3ext.h620 #define sqlite3_keyword_check sqlite3_api->keyword_check macro
H A Dsqlite3.h7998 SQLITE_API int sqlite3_keyword_check(const char*,int);
H A Dshell.c914 return sqlite3_keyword_check(zName, i) ? '"' : 0; in quoteChar()
H A Dsqlite3.c8304 SQLITE_API int sqlite3_keyword_check(const char*,int);
127934 #define sqlite3_keyword_check sqlite3_api->keyword_check
128415 sqlite3_keyword_check,
165476 SQLITE_API int sqlite3_keyword_check(const char *zName, int nName){