Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c185 case OP_RREF: in find_minlength()
914 case OP_RREF: in set_start_bits()
Dpcre_printint.c441 case OP_RREF: in pcre_printint()
Dpcre_compile.c1691 case OP_RREF: in first_significant_code()
1850 case OP_RREF: in find_fixedlength()
6771 code[1+LINK_SIZE] = OP_RREF; /* Change the type of test */ in compile_branch()
6949 code[1+LINK_SIZE] = OP_RREF; /* Change test type */ in compile_branch()
8708 case OP_RREF: in is_startline()
Dpcre_internal.h2099 OP_RREF, /* 143 Used to hold a recursion number as condition */ enumerator
DHACKING500 subpattern using the opcode OP_RREF (with a value of zero for "the whole
Dpcre_dfa_exec.c2749 else if (condcode == OP_RREF) in internal_dfa_exec()
Dpcre_jit_compile.c660 case OP_RREF: in next_opcode()
7044 …has_alternatives = (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_… in compile_bracket_matchingpath()
7302 else if (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
7310 if (*matchingpath == OP_RREF) in compile_bracket_matchingpath()
Dpcre_exec.c1336 case OP_RREF: /* Numbered group recursion test */ in match()
DChangeLog1322 2. JIT compiler now supports OP_NCREF, OP_RREF and OP_NRREF. New test cases