Home
last modified time | relevance | path

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

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