Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c378 case OP_REF: in find_minlength()
826 case OP_REF: in set_start_bits()
H A DHACKING320 OP_REF (caseful) or OP_REFI (caseless) is followed by two bytes (one short)
328 applies to OP_CLASS and OP_REF[I]. In both cases, the repeat information
H A Dpcre_printint.src400 case OP_REF:
H A Dpcre_compile.c2010 case OP_REF: in find_fixedlength()
5057 *previous == OP_REF || in compile_branch()
6861 *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
H A Dpcre_internal.h2041 OP_REF, /* 109 Match a back reference, casefully */ enumerator
H A Dpcre_exec.c2655 case OP_REF: in match()

Completed in 58 milliseconds