Home
last modified time | relevance | path

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

/external/pcre/
Dpcre_study.c158 case OP_CREF: in find_minlength()
Dpcre_compile.c1442 case OP_CREF: in first_significant_code()
1559 case OP_CREF: in find_fixedlength()
4975 code[1+LINK_SIZE] = OP_CREF; in compile_branch()
6652 case OP_CREF: in is_startline()
Dpcre_printint.src273 case OP_CREF:
Dpcre_internal.h1422 OP_CREF, /* 100 Used to hold a capture number as condition */ enumerator
DHACKING393 subpattern using the opcode OP_CREF followed by two bytes containing the
Dpcre_dfa_exec.c2498 if (condcode == OP_CREF || condcode == OP_NCREF) in internal_dfa_exec()
Dpcre_exec.c1005 else if (condcode == OP_CREF || condcode == OP_NCREF) /* Group used test */ in match()