Home
last modified time | relevance | path

Searched refs:nQuery (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/expert/
H A Dexpert.c132 int nQuery = sqlite3_expert_count(p); in main() local
138 for(i=0; i<nQuery; i++){ in main()
/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2387 static void spellfix1RunQuery(MatchQuery *p, const char *zQuery, int nQuery){ in spellfix1RunQuery() argument
2407 zClass = (char*)phoneticHash((unsigned char*)zQuery, nQuery); in spellfix1RunQuery()
/sqlite-3.40.0/src/
H A Dshell.c.in3776 int nQuery = sqlite3_expert_count(p); local
3784 for(i=0; i<nQuery; i++){