Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_index_constraint

5134   struct sqlite3_index_constraint {
97433 struct sqlite3_index_constraint *pIdxCons;
97484 pIdxCons = (struct sqlite3_index_constraint*)&pIdxInfo[1];
97489 *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint = pIdxCons;
97599 struct sqlite3_index_constraint *pIdxCons;
97658 pIdxCons = *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint;
97684 pIdxCons = *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint;
98882 const struct sqlite3_index_constraint *aConstraint =
109292 struct sqlite3_index_constraint *pCons = &pInfo->aConstraint[i];
120481 struct sqlite3_index_constraint *p = &pIdxInfo->aConstraint[ii];