Home
last modified time | relevance | path

Searched refs:growOpArray (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c87886 static int growOpArray(Vdbe *v, int nOp){ function
87951 if( growOpArray(p, 1) ) return 1;
88874 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){