Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h7838 } *aConstraint; /* Table of WHERE clause constraints */ member
H A Dsqlite3.c8159 } *aConstraint; /* Table of WHERE clause constraints */ member
109557 for(i=0, p=pIdxInfo->aConstraint; i<pIdxInfo->nConstraint; i++, p++){
147466 pConstraint = pIdxInfo->aConstraint;
169372 p->aConstraint[i].iColumn,
169373 p->aConstraint[i].iTermOffset,
169374 p->aConstraint[i].op,
169375 p->aConstraint[i].usable,
170133 pIdxInfo->aConstraint = pIdxCons;
172975 pIdxCons = *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint;
173017 pIdxCons = *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint;
[all …]
H A Dshell.c8553 pConstraint = pIdxInfo->aConstraint; in seriesBestIndex()
10626 pConstraint = pIdxInfo->aConstraint; in fsdirBestIndex()
11364 pConstraint = pIdxInfo->aConstraint; in completionBestIndex()
13504 const struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i]; in zipfileBestIndex()
15203 struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i]; in expertBestIndex()
19912 struct sqlite3_index_constraint *p = &pIdx->aConstraint[i]; in dbdataBestIndex()