Home
last modified time | relevance | path

Searched refs:nInstAlloc (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c198 int nInstAlloc; /* Size of aInst[] array (entries / 3) */ member
1952 if( nInst>=pCsr->nInstAlloc ){ in fts5CacheInstArray()
1953 int nNewSize = pCsr->nInstAlloc ? pCsr->nInstAlloc*2 : 32; in fts5CacheInstArray()
1959 pCsr->nInstAlloc = nNewSize; in fts5CacheInstArray()