Home | History | Annotate | Download | only in dist

Lines Matching defs:isSearch

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