Lines Matching full:sqlite3_index_constraint
5127 struct sqlite3_index_constraint {
97426 struct sqlite3_index_constraint *pIdxCons;
97477 pIdxCons = (struct sqlite3_index_constraint*)&pIdxInfo[1];
97482 *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint = pIdxCons;
97592 struct sqlite3_index_constraint *pIdxCons;
97651 pIdxCons = *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint;
97677 pIdxCons = *(struct sqlite3_index_constraint**)&pIdxInfo->aConstraint;
98875 const struct sqlite3_index_constraint *aConstraint =
109264 struct sqlite3_index_constraint *pCons = &pInfo->aConstraint[i];
120450 struct sqlite3_index_constraint *p = &pIdxInfo->aConstraint[ii];