Home
last modified time | relevance | path

Searched refs:iLeafEndBlock (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_write.c90 sqlite3_int64 iLeafEndBlock; /* Rowid of final leaf block to traverse */ member
949 assert( pReader->iCurrentBlock<=pReader->iLeafEndBlock ); in fts3SegReaderNext()
950 if( pReader->iCurrentBlock>=pReader->iLeafEndBlock ){ in fts3SegReaderNext()
1133 for(iBlock=pReader->iStartBlock; iBlock<=pReader->iLeafEndBlock; iBlock++){ in sqlite3Fts3SegReaderCost()
1189 pReader->iLeafEndBlock = iEndLeaf; in sqlite3Fts3SegReaderNew()
1455 sqlite3_int64 iLeafEndBlock, /* Value for "leaves_end_block" field */ in fts3WriteSegdir() argument
1466 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock); in fts3WriteSegdir()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c120198 sqlite3_int64 iLeafEndBlock; /* Rowid of final leaf block to traverse */
121057 assert( pReader->iCurrentBlock<=pReader->iLeafEndBlock );
121058 if( pReader->iCurrentBlock>=pReader->iLeafEndBlock ){
121241 for(iBlock=pReader->iStartBlock; iBlock<=pReader->iLeafEndBlock; iBlock++){
121297 pReader->iLeafEndBlock = iEndLeaf;
121563 sqlite3_int64 iLeafEndBlock, /* Value for "leaves_end_block" field */
121574 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
/external/sqlite/dist/orig/
Dsqlite3.c125173 sqlite3_int64 iLeafEndBlock; /* Rowid of final leaf block to traverse */
126286 assert( pReader->iCurrentBlock<=pReader->iLeafEndBlock );
126287 if( pReader->iCurrentBlock>=pReader->iLeafEndBlock ){
126495 for(jj=pReader->iStartBlock; jj<=pReader->iLeafEndBlock; jj++){
126553 pReader->iLeafEndBlock = iEndLeaf;
126852 sqlite3_int64 iLeafEndBlock, /* Value for "leaves_end_block" field */
126863 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
/external/sqlite/dist/
Dsqlite3.c125221 sqlite3_int64 iLeafEndBlock; /* Rowid of final leaf block to traverse */
126334 assert( pReader->iCurrentBlock<=pReader->iLeafEndBlock );
126335 if( pReader->iCurrentBlock>=pReader->iLeafEndBlock ){
126543 for(jj=pReader->iStartBlock; jj<=pReader->iLeafEndBlock; jj++){
126601 pReader->iLeafEndBlock = iEndLeaf;
126900 sqlite3_int64 iLeafEndBlock, /* Value for "leaves_end_block" field */
126911 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);