Home | History | Annotate | Download | only in orig

Lines Matching defs:isSearch

113703     int isSearch;                 /* True for a SEARCH. False for SCAN. */
113711 isSearch = (flags&(WHERE_BTM_LIMIT|WHERE_TOP_LIMIT))!=0
113715 zMsg = sqlite3MPrintf(db, "%s", isSearch?"SEARCH":"SCAN");