Home
last modified time | relevance | path

Searched defs:pCons (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_tclvar.c361 struct sqlite3_index_constraint const *pCons = &pIdxInfo->aConstraint[ii]; in tclvarBestIndex() local
H A Dtest_bestindex.c399 struct sqlite3_index_constraint const *pCons = &pIdxInfo->aConstraint[ii]; in testBestIndexObjConstraints() local
H A Dtest_fs.c778 struct sqlite3_index_constraint const *pCons = &pIdxInfo->aConstraint[ii]; in fsBestIndex() local
H A Dbuild.c2617 Token *pCons, /* The ',' token after the last column defn. */ in sqlite3EndTable()
/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c475 struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i]; in expertBestIndex() local
847 IdxConstraint *pCons in idxAppendColDefn()
974 IdxConstraint *pCons; in idxCreateFromCons() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c1633 struct sqlite3_index_constraint *pCons = &pInfo->aConstraint[i]; in fts3BestIndexMethod() local
3311 sqlite3_value *pCons = 0; /* The MATCH or rowid constraint, if any */ in fts3FilterMethod() local
/sqlite-3.40.0/ext/misc/
H A Dzipfile.c1319 const struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i]; in zipfileBestIndex() local
/sqlite-3.40.0/ext/rtree/
H A Drtree.c1802 static int deserializeGeometry(sqlite3_value *pValue, RtreeConstraint *pCons){ in deserializeGeometry()