Searched refs:nMapAlloc (Results 1 – 1 of 1) sorted by relevance
257250 i64 nMapAlloc; /* Allocated size of aMap[] in entries */ member257314 if( pT->nMap==pT->nMapAlloc ){257315 i64 nNew = pT->nMapAlloc ? pT->nMapAlloc*2 : 64;257326 pT->nMapAlloc = nNew;257978 if( eDetail==FTS5_DETAIL_FULL && pT->nMapAlloc<(pT->nMap + nByte) ){257979 i64 nNew = (pT->nMapAlloc + nByte) * 2;257988 pT->nMapAlloc = nNew;