Searched defs:pCons (Results 1 – 8 of 8) sorted by relevance
361 struct sqlite3_index_constraint const *pCons = &pIdxInfo->aConstraint[ii]; in tclvarBestIndex() local
399 struct sqlite3_index_constraint const *pCons = &pIdxInfo->aConstraint[ii]; in testBestIndexObjConstraints() local
778 struct sqlite3_index_constraint const *pCons = &pIdxInfo->aConstraint[ii]; in fsBestIndex() local
2617 Token *pCons, /* The ',' token after the last column defn. */ in sqlite3EndTable()
475 struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i]; in expertBestIndex() local847 IdxConstraint *pCons in idxAppendColDefn()974 IdxConstraint *pCons; in idxCreateFromCons() local
1633 struct sqlite3_index_constraint *pCons = &pInfo->aConstraint[i]; in fts3BestIndexMethod() local3311 sqlite3_value *pCons = 0; /* The MATCH or rowid constraint, if any */ in fts3FilterMethod() local
1319 const struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i]; in zipfileBestIndex() local
1802 static int deserializeGeometry(sqlite3_value *pValue, RtreeConstraint *pCons){ in deserializeGeometry()