Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.h7674 } *aConstraint; /* Table of WHERE clause constraints */ member
H A Dsqlite3.c7993 } *aConstraint; /* Table of WHERE clause constraints */ member
107266 for(i=0, p=pIdxInfo->aConstraint; i<pIdxInfo->nConstraint; i++, p++){
143536 pConstraint = pIdxInfo->aConstraint;
165250 p->aConstraint[i].iColumn,
165251 p->aConstraint[i].iTermOffset,
165252 p->aConstraint[i].op,
165253 p->aConstraint[i].usable,
166003 pIdxInfo->aConstraint = pIdxCons;
168743 pIdxCons = *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint;
168785 pIdxCons = *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint;
[all …]
H A Dshell.c6843 pConstraint = pIdxInfo->aConstraint; in seriesBestIndex()
8890 pConstraint = pIdxInfo->aConstraint; in fsdirBestIndex()
9439 pConstraint = pIdxInfo->aConstraint; in completionBestIndex()
11544 const struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i]; in zipfileBestIndex()
13230 struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i]; in expertBestIndex()
17935 struct sqlite3_index_constraint *p = &pIdx->aConstraint[i]; in dbdataBestIndex()