Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dregexp.c83 #define RE_OP_FORK 4 /* Continue to both next and opcode at iArg */ macro
320 case RE_OP_FORK: { in re_match()
498 re_insert(p, iStart, RE_OP_FORK, iEnd + 2 - iStart); in re_subcompile_re()
544 re_append(p, RE_OP_FORK, iPrev - p->nState + 1); in re_subcompile_string()
549 re_append(p, RE_OP_FORK, iPrev - p->nState); in re_subcompile_string()
554 re_insert(p, iPrev, RE_OP_FORK, p->nState - iPrev+1); in re_subcompile_string()
582 re_insert(p, iPrev, RE_OP_FORK, sz+1); in re_subcompile_string()
589 re_append(p, RE_OP_FORK, sz+1); in re_subcompile_string()
593 re_append(p, RE_OP_FORK, -sz); in re_subcompile_string()