Home
last modified time | relevance | path

Searched refs:pIdxCons (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dwhere.c1177 struct sqlite3_index_constraint *pIdxCons; in allocateIndexInfo() local
1291 pIdxInfo->aConstraint = pIdxCons; in allocateIndexInfo()
1302 pIdxCons[j].iTermOffset = i; in allocateIndexInfo()
1311 pIdxCons[j].op = pTerm->eMatchOp; in allocateIndexInfo()
1319 pIdxCons[j].op = (u8)op; in allocateIndexInfo()
3700 for(i=0; i<nConstraint; i++, pIdxCons++){ in whereLoopAddVirtualOne()
3702 pIdxCons->usable = 0; in whereLoopAddVirtualOne()
3707 pIdxCons->usable = 1; in whereLoopAddVirtualOne()
3742 for(i=0; i<nConstraint; i++, pIdxCons++){ in whereLoopAddVirtualOne()
3746 int j = pIdxCons->iTermOffset; in whereLoopAddVirtualOne()
[all …]