Searched refs:IN_INDEX_LOOP (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | wherecode.c | 612 eType = sqlite3FindInIndex(pParse, pX, IN_INDEX_LOOP, 0, 0, &iTab); in codeEqualityTerm() 620 eType = sqlite3FindInIndex(pParse, pX, IN_INDEX_LOOP, 0, aiMap,&iTab); in codeEqualityTerm() 627 eType = sqlite3FindInIndex(pParse, pX, IN_INDEX_LOOP, 0, aiMap, &iTab); in codeEqualityTerm()
|
| H A D | expr.c | 2755 mustBeUnique = (inFlags & IN_INDEX_LOOP)!=0; in sqlite3FindInIndex() 2934 if( inFlags & IN_INDEX_LOOP ){ in sqlite3FindInIndex()
|
| H A D | sqliteInt.h | 5377 #define IN_INDEX_LOOP 0x0004 /* IN operator used as a loop */ macro
|