Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c135 int isSearch; /* True for a SEARCH. False for SCAN. */ in sqlite3WhereExplainOneScan() local
146 isSearch = (flags&(WHERE_BTM_LIMIT|WHERE_TOP_LIMIT))!=0 in sqlite3WhereExplainOneScan()
152 sqlite3_str_appendf(&str, "%s %S", isSearch ? "SEARCH" : "SCAN", pItem); in sqlite3WhereExplainOneScan()
161 if( isSearch ){ in sqlite3WhereExplainOneScan()