Searched refs:iLeavesEndBlock (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c2156 sqlite3_int64 iLeavesEndBlock = sqlite3_column_int64(pStmt, 2); local
2176 sqlite3_int64 *pi = (isPrefix ? &iLeavesEndBlock : 0);
2179 if( isPrefix==0 && isScan==0 ) iLeavesEndBlock = iStartBlock;
2182 rc = sqlite3Fts3SegReaderNew(iAge, iStartBlock, iLeavesEndBlock,
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c115206 sqlite3_int64 iLeavesEndBlock = sqlite3_column_int64(pStmt, 2); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c129613 sqlite3_int64 iLeavesEndBlock = sqlite3_column_int64(pStmt, 2); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c129633 sqlite3_int64 iLeavesEndBlock = sqlite3_column_int64(pStmt, 2); local
[all...]

Completed in 469 milliseconds