Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c183 case OP_CREF: in find_minlength()
863 case OP_CREF: in set_start_bits()
Dpcre_printint.c427 case OP_CREF: in pcre_printint()
Dpcre_compile.c1689 case OP_CREF: in first_significant_code()
1838 case OP_CREF: in find_fixedlength()
6757 code[1+LINK_SIZE] = OP_CREF; in compile_branch()
8706 case OP_CREF: in is_startline()
Dpcre_internal.h2097 OP_CREF, /* 141 Used to hold a capture number as condition */ enumerator
DHACKING492 subpattern using the opcode OP_CREF followed by a count containing the
Dpcre_dfa_exec.c2735 if (condcode == OP_CREF || condcode == OP_DNCREF || in internal_dfa_exec()
Dpcre_jit_compile.c658 case OP_CREF: in next_opcode()
816 case OP_CREF: in check_opcode_types()
7274 if (*matchingpath == OP_CREF) in compile_bracket_matchingpath()
Dpcre_exec.c1359 case OP_CREF: /* Numbered group used test */ in match()