Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c492 int iStart, iEnd, iGoto; in re_subcompile_re() local
499 iGoto = re_append(p, RE_OP_GOTO, 0); in re_subcompile_re()
503 p->aArg[iGoto] = p->nState - iGoto; in re_subcompile_re()