Home | History | Annotate | Download | only in dist

Lines Matching refs:nVarExpr

10341   int nVarExpr;        /* Number of used slots in apVarExpr[] */
69382 for(i=0; i<pParse->nVarExpr; i++){
69390 if( i>=pParse->nVarExpr ){
69392 if( pParse->nVarExpr>=pParse->nVarExprAlloc-1 ){
69403 pParse->apVarExpr[pParse->nVarExpr++] = pExpr;
104320 assert( pParse->nVarExpr==0 );