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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c1744 double costTempIdx; /* per-query cost of the transient index */ local
1766 costTempIdx = 2*logN*(nTableRow/pParse->nQueryLoop + 1);
1767 if( costTempIdx>=pCost->rCost ){
1778 pCost->rCost, costTempIdx));
1779 pCost->rCost = costTempIdx;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c99398 double costTempIdx; /* per-query cost of the transient index */ local
[all...]

Completed in 263 milliseconds