Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h652 #define sqlite3_keyword_check sqlite3_api->keyword_check macro
H A Dsqlite3.h8776 SQLITE_API int sqlite3_keyword_check(const char*,int);
H A Dshell.c3375 return sqlite3_keyword_check(zName, i)!=0; in qrf_need_quote()
15592 if( sqlite3_keyword_check(zId, nId) ) return 1; in idxIdentifierRequiresQuotes()
24563 return sqlite3_keyword_check(zName, i) ? '"' : 0; in quoteChar()
H A Dsqlite3.c9097 SQLITE_API int sqlite3_keyword_check(const char*,int);
143106 #define sqlite3_keyword_check sqlite3_api->keyword_check macro
143619 sqlite3_keyword_check,
186216 SQLITE_API int sqlite3_keyword_check(const char *zName, int nName){ function