Home | History | Annotate | Download | only in dist

Lines Matching refs:nVarExprAlloc

10342   int nVarExprAlloc;   /* Number of allocated slots in apVarExpr[] */
69392 if( pParse->nVarExpr>=pParse->nVarExprAlloc-1 ){
69393 pParse->nVarExprAlloc += pParse->nVarExprAlloc + 10;
69398 pParse->nVarExprAlloc*sizeof(pParse->apVarExpr[0])
104321 assert( pParse->nVarExprAlloc==0 );