Searched refs:growOpArray (Results 1 – 1 of 1) sorted by relevance
88038 static int growOpArray(Vdbe *v, int nOp){ function88103 if( growOpArray(p, 1) ) return 1;89026 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){