Home
last modified time | relevance | path

Searched refs:pCons (Results 1 - 2 of 2) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c8162 const struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i]; in zipfileBestIndex() local
8163 if( pCons->iColumn!=ZIPFILE_F_COLUMN_IDX ) continue; in zipfileBestIndex()
8164 if( pCons->usable==0 ){ in zipfileBestIndex()
8166 }else if( pCons->op==SQLITE_INDEX_CONSTRAINT_EQ ){ in zipfileBestIndex()
9832 struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i]; in expertBestIndex() local
9833 if( pCons->usable in expertBestIndex()
9834 && pCons->iColumn>=0 in expertBestIndex()
9835 && p->pTab->aCol[pCons->iColumn].iPk==0 in expertBestIndex()
9836 && (pCons->op & opmask) in expertBestIndex()
9842 pNew->iCol = pCons in expertBestIndex()
10331 IdxConstraint *pCons; idxCreateFromCons() local
[all...]
H A Dsqlite3.c120088 sqlite3EndTable( Parse *pParse, Token *pCons, Token *pEnd, u32 tabOpts, Select *pSelect ) global() argument
181274 struct sqlite3_index_constraint *pCons = &pInfo->aConstraint[i]; global() local
182952 sqlite3_value *pCons = 0; /* The MATCH or rowid constraint, if any */ global() local
202748 deserializeGeometry(sqlite3_value *pValue, RtreeConstraint *pCons) global() argument
[all...]

Completed in 153 milliseconds