Lines Matching refs:nAllocated
202149 int nAllocated; /* space allocated to zToken buffer */202209 c->nAllocated = 0;202718 if( n>c->nAllocated ){202720 c->nAllocated = n+20;202721 pNew = sqlite3_realloc64(c->zToken, c->nAllocated);
Indexes created Thu Jun 11 00:25:07 UTC 2026