Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts2/
H A Dfts2.c5375 int nBuffers = 0, nMaxBuffers = 0, rc; in loadSegmentLeavesInt() local
5393 for(iBuffer=0; iBuffer<nBuffers; ++iBuffer){ in loadSegmentLeavesInt()
5398 if( iBuffer==nBuffers ){ in loadSegmentLeavesInt()
5399 if( nBuffers==nMaxBuffers ){ in loadSegmentLeavesInt()
5410 if( nBuffers>0 ){ in loadSegmentLeavesInt()
5417 dataBufferInit(&(pBuffers[nBuffers]), 0); in loadSegmentLeavesInt()
5418 nBuffers++; in loadSegmentLeavesInt()
5458 if( rc==SQLITE_OK && nBuffers>0 ){ in loadSegmentLeavesInt()
5460 for(iBuffer=0; iBuffer<nBuffers; ++iBuffer){ in loadSegmentLeavesInt()
5472 while( nBuffers-- ){ in loadSegmentLeavesInt()
[all …]