Searched refs:sqlite3_keyword_count (Results 1 – 4 of 4) sorted by relevance
640 #define sqlite3_keyword_count sqlite3_api->keyword_count macro
8363 ** The sqlite3_keyword_count() interface returns the number of distinct8402 SQLITE_API int sqlite3_keyword_count(void);
8395 if( pCur->j >= sqlite3_keyword_count() ){ in completionNext()
8676 ** The sqlite3_keyword_count() interface returns the number of distinct8715 SQLITE_API int sqlite3_keyword_count(void);[all...]