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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c2608 int nNotFound = 0; /* Count of values that are not constants */ local
2622 nNotFound++;
2645 + nNotFound*p->aiRowEst[1];
2648 WHERETRACE(("IN row estimate: nSpan=%d, nSingle=%d, nNotFound=%d, est=%g\n",
2649 nSpan, nSingle, nNotFound, nRowEst));
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c100262 int nNotFound = 0; /* Count of values that are not constants */ local
[all...]

Completed in 214 milliseconds