Searched refs:nMapAlloc (Results 1 – 1 of 1) sorted by relevance
256507 i64 nMapAlloc; /* Allocated size of aMap[] in entries */ member256571 if( pT->nMap==pT->nMapAlloc ){256572 i64 nNew = pT->nMapAlloc ? pT->nMapAlloc*2 : 64;256583 pT->nMapAlloc = nNew;257235 if( eDetail==FTS5_DETAIL_FULL && pT->nMapAlloc<(pT->nMap + nByte) ){257236 i64 nNew = (pT->nMapAlloc + nByte) * 2;257245 pT->nMapAlloc = nNew;