Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c84 #define RE_OP_GOTO 5 /* Jump to opcode at iArg */ macro
325 case RE_OP_GOTO: { in re_match()
365 while( pRe->aOp[x]==RE_OP_GOTO ) x += pRe->aArg[x]; in re_match()
499 iGoto = re_append(p, RE_OP_GOTO, 0); in re_subcompile_re()
543 re_insert(p, iPrev, RE_OP_GOTO, p->nState - iPrev + 1); in re_subcompile_string()