Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c379 case OP_REFI: in find_minlength()
827 case OP_REFI: in set_start_bits()
H A Dpcre_compile.c2011 case OP_REFI: in find_fixedlength()
5058 *previous == OP_REFI) in compile_branch()
6861 *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
H A Dpcre_internal.h2042 OP_REFI, /* 110 Match a back reference, caselessly */ enumerator
H A DHACKING320 OP_REF (caseful) or OP_REFI (caseless) is followed by two bytes (one short)
H A Dpcre_exec.c2656 case OP_REFI: in match()
2657 caseless = op == OP_REFI; in match()

Completed in 76 milliseconds