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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile128 sqlite3_keyword_count.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h640 #define sqlite3_keyword_count sqlite3_api->keyword_count macro
H A Dsqlite3.h8338 ** The sqlite3_keyword_count() interface returns the number of distinct
8377 SQLITE_API int sqlite3_keyword_count(void);
H A Dshell.c8317 if( pCur->j >= sqlite3_keyword_count() ){
H A Dsqlite3.c8651 ** The sqlite3_keyword_count() interface returns the number of distinct
8690 SQLITE_API int sqlite3_keyword_count(void);
136112 #define sqlite3_keyword_count macro
177049 SQLITE_API int sqlite3_keyword_count(void){ return SQLITE_N_KEYWORD; } function
[all...]

Completed in 713 milliseconds