Searched refs:nBuffers (Results 1 – 1 of 1) sorted by relevance
5375 int nBuffers = 0, nMaxBuffers = 0, rc; in loadSegmentLeavesInt() local5393 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 …]