Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c6658 static int re_insert(ReCompiled *p, int iBefore, int op, int arg){ in re_insert() argument
6661 for(i=p->nState; i>iBefore; i--){ in re_insert()
6666 p->aOp[iBefore] = (char)op; in re_insert()
6667 p->aArg[iBefore] = arg; in re_insert()
6668 return iBefore; in re_insert()