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

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h611 #define sqlite3_keyword_count sqlite3_api->keyword_count macro
H A Dsqlite3.h7792 ** The sqlite3_keyword_count() interface returns the number of distinct
7831 SQLITE_API int sqlite3_keyword_count(void);
H A Dshell.c3323 if( pCur->j >= sqlite3_keyword_count() ){
H A Dsqlite3.c8855 ** The sqlite3_keyword_count() interface returns the number of distinct
8894 SQLITE_API int sqlite3_keyword_count(void);
126001 #define sqlite3_keyword_count macro
162948 SQLITE_API int sqlite3_keyword_count(void){ return SQLITE_N_KEYWORD; } function
[all...]

Completed in 554 milliseconds