Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h639 #define sqlite3_keyword_count sqlite3_api->keyword_count macro
H A Dsqlite3.h8135 ** The sqlite3_keyword_count() interface returns the number of distinct
8174 SQLITE_API int sqlite3_keyword_count(void);
/third_party/sqlite/src/
H A Dshell.c5863 if( pCur->j >= sqlite3_keyword_count() ){ in completionNext()
H A Dsqlite3.c8444 ** The sqlite3_keyword_count() interface returns the number of distinct
8483 SQLITE_API int sqlite3_keyword_count(void);
132562 #define sqlite3_keyword_count global() macro
172306 SQLITE_API int sqlite3_keyword_count(void){ return SQLITE_N_KEYWORD; } global() function
[all...]

Completed in 186 milliseconds