Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c6350 #define RE_OP_FORK 4 /* Continue to both next and opcode at iArg */ macro
6587 case RE_OP_FORK: { in re_match()
6765 re_insert(p, iStart, RE_OP_FORK, iEnd + 2 - iStart); in re_subcompile_re()
6811 re_append(p, RE_OP_FORK, iPrev - p->nState + 1); in re_subcompile_string()
6816 re_append(p, RE_OP_FORK, iPrev - p->nState); in re_subcompile_string()
6821 re_insert(p, iPrev, RE_OP_FORK, p->nState - iPrev+1); in re_subcompile_string()
6849 re_insert(p, iPrev, RE_OP_FORK, sz+1); in re_subcompile_string()
6856 re_append(p, RE_OP_FORK, sz+1); in re_subcompile_string()
6860 re_append(p, RE_OP_FORK, -sz); in re_subcompile_string()