Searched refs:nCost (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c2214 int nCost = 0; local
2219 rc = sqlite3Fts3SegReaderCost(pCsr, pSegcsr->apSegment[i], &nCost);
2221 pSegcsr->nCost = nCost;
2453 if( pSegcsr && pSegcsr->nCost<nMinCost ){
2455 nMinCost = pSegcsr->nCost;
2698 int nCost; /* Return value */ local
2702 nCost = 0;
2705 if( pSegcsr ) nCost += pSegcsr->nCost;
2722 int nCost; member in struct:ExprAndCost
[all...]
H A Dfts3Int.h340 int nCost; member in struct:Fts3SegReaderCursor
H A Dfts3_write.c1076 int nCost = 0; /* Cost in bytes to return */ local
1138 nCost += ((nOvfl + pCsr->nRowAvg - 1)/pCsr->nRowAvg);
1143 *pnCost += nCost;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113320 int nCost; member in struct:Fts3SegReaderCursor
115275 int nCost = 0; local
115759 int nCost; /* Return value */ local
115783 int nCost; member in struct:ExprAndCost
120993 int nCost = 0; /* Cost in bytes to return */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c127043 int nCost; /* Cost of running iterator */ member in struct:Fts3MultiSegReader
[all...]
/external/sqlite/dist/
H A Dsqlite3.c127063 int nCost; /* Cost of running iterator */ member in struct:Fts3MultiSegReader
[all...]

Completed in 2431 milliseconds