Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dwhere.c2608 int nNotFound = 0; /* Count of values that are not constants */ in whereInScanEst() local
2622 nNotFound++; in whereInScanEst()
2645 + nNotFound*p->aiRowEst[1]; in whereInScanEst()
2649 nSpan, nSingle, nNotFound, nRowEst)); in whereInScanEst()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c100262 int nNotFound = 0; /* Count of values that are not constants */
100276 nNotFound++;
100299 + nNotFound*p->aiRowEst[1];
100303 nSpan, nSingle, nNotFound, nRowEst));