Home | History | Annotate | Download | only in dist

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);