Searched refs:OP_REFI (Results 1 – 5 of 5) sorted by relevance
379 case OP_REFI: in find_minlength()827 case OP_REFI: in set_start_bits()
2011 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()
2042 OP_REFI, /* 110 Match a back reference, caselessly */ enumerator
320 OP_REF (caseful) or OP_REFI (caseless) is followed by two bytes (one short)
2656 case OP_REFI: in match()2657 caseless = op == OP_REFI; in match()
Completed in 80 milliseconds