Searched refs:szSeg (Results 1 – 2 of 2) sorted by relevance
287 sqlite3_int64 szSeg = 0, mxSeg = 0; in showSegmentStats() local305 szSeg = sqlite3_column_int64(pStmt, 1); in showSegmentStats()335 printf("Total size of all segments............... %9lld\n", szSeg+szRoot); in showSegmentStats()336 printf("Total size of all leaf segments.......... %9lld\n", szSeg-szIdx); in showSegmentStats()341 (double)(szSeg+szRoot)/(double)(nSeg+nRoot)); in showSegmentStats()343 (double)(szSeg-szIdx)/(double)(nSeg-nIdx)); in showSegmentStats()
1292 int szSeg; /* Size of segment just written */ in fts5StructurePromote() local1297 szSeg = (1 + pSeg->pgnoLast - pSeg->pgnoFirst); in fts5StructurePromote()1310 if( szMax>=szSeg ){ in fts5StructurePromote()1322 szPromote = szSeg; in fts5StructurePromote()