Home
last modified time | relevance | path

Searched refs:RE_OP_GOTO (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c3829 #define RE_OP_GOTO 5 /* Jump to opcode at iArg */ macro
4070 case RE_OP_GOTO: { in re_match()
4110 while( pRe->aOp[x]==RE_OP_GOTO ) x += pRe->aArg[x]; in re_match()
4244 iGoto = re_append(p, RE_OP_GOTO, 0); in re_subcompile_re()
4288 re_insert(p, iPrev, RE_OP_GOTO, p->nState - iPrev + 1); in re_subcompile_string()

Completed in 35 milliseconds