Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c20946 int nQuery = sqlite3_expert_count(p); in expertFinish() local
20954 for(i=0; i<nQuery; i++){ in expertFinish()
H A Dsqlite3.c237762 int nQuery = nToken;
237767 if( nQuery>FTS5_MAX_TOKEN_SIZE ) nQuery = FTS5_MAX_TOKEN_SIZE;
237769 nQuery = fts5QueryTerm(pToken, nQuery);
237776 if( (pT->nQueryTerm==nQuery || (pT->nQueryTerm<nQuery && pT->bPrefix))