Searched refs:nInstAlloc (Results 1 – 1 of 1) sorted by relevance
198 int nInstAlloc; /* Size of aInst[] array (entries / 3) */ member1952 if( nInst>=pCsr->nInstAlloc ){ in fts5CacheInstArray()1953 int nNewSize = pCsr->nInstAlloc ? pCsr->nInstAlloc*2 : 32; in fts5CacheInstArray()1959 pCsr->nInstAlloc = nNewSize; in fts5CacheInstArray()