Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h7840 } *aConstraint; /* Table of WHERE clause constraints */ member
H A Dsqlite3.c8161 } *aConstraint; /* Table of WHERE clause constraints */ member
109715 for(i=0, p=pIdxInfo->aConstraint; i<pIdxInfo->nConstraint; i++, p++){
147687 pConstraint = pIdxInfo->aConstraint;
169626 p->aConstraint[i].iColumn,
169627 p->aConstraint[i].iTermOffset,
169628 p->aConstraint[i].op,
169629 p->aConstraint[i].usable,
170387 pIdxInfo->aConstraint = pIdxCons;
173230 pIdxCons = *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint;
173272 pIdxCons = *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint;
[all …]
H A Dshell.c8584 pConstraint = pIdxInfo->aConstraint; in seriesBestIndex()
10657 pConstraint = pIdxInfo->aConstraint; in fsdirBestIndex()
11395 pConstraint = pIdxInfo->aConstraint; in completionBestIndex()
13542 const struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i]; in zipfileBestIndex()
15241 struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i]; in expertBestIndex()
19950 struct sqlite3_index_constraint *p = &pIdx->aConstraint[i]; in dbdataBestIndex()