Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c6588 static int re_insert(ReCompiled *p, int iBefore, int op, int arg){ in re_insert() argument
6591 for(i=p->nState; i>iBefore; i--){ in re_insert()
6596 p->aOp[iBefore] = (char)op; in re_insert()
6597 p->aArg[iBefore] = arg; in re_insert()
6598 return iBefore; in re_insert()