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