Lines Matching defs:sqlite3_index_constraint
7268 struct sqlite3_index_constraint {
117572 const struct sqlite3_index_constraint *pConstraint;
133776 struct sqlite3_index_constraint *pIdxCons;
133833 pIdxCons = (struct sqlite3_index_constraint*)&pHidden[1];
133838 *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint = pIdxCons;
135950 struct sqlite3_index_constraint *pIdxCons;
135966 pIdxCons = *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint;
135996 pIdxCons = *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint;
150363 struct sqlite3_index_constraint *pCons = &pInfo->aConstraint[i];
168877 struct sqlite3_index_constraint *p = &pIdxInfo->aConstraint[ii];
178414 struct sqlite3_index_constraint *p = &pIdxInfo->aConstraint[i];
178436 struct sqlite3_index_constraint *p = &pIdxInfo->aConstraint[i];
185699 const struct sqlite3_index_constraint *pConstraint;
201220 int op; /* Mask against sqlite3_index_constraint.op */
201244 struct sqlite3_index_constraint *p = &pInfo->aConstraint[i];
201882 ** sqlite3_index_constraint.omit flag clear for range constraints
206809 struct sqlite3_index_constraint *p = &pInfo->aConstraint[i];