Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_study.c186 case OP_CALLOUT: in find_minlength()
1000 case OP_CALLOUT: in set_start_bits()
H A Dpcre_printint.c624 case OP_CALLOUT: in pcre_printint()
H A Dpcre_compile.c1686 case OP_CALLOUT: in first_significant_code()
1831 case OP_CALLOUT: in find_fixedlength()
3153 if (c == OP_CALLOUT) in compare_opcodes()
4076 *code++ = OP_CALLOUT; in auto_callout()
6440 if (repcode < OP_CALLOUT && opcode_possessify[repcode] > 0) in compile_branch()
7036 *code++ = OP_CALLOUT; in compile_branch()
8706 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
H A Dpcre_exec.c1292 if (*ecode == OP_CALLOUT) in match()
1325 ecode += PRIV(OP_lengths)[OP_CALLOUT]; in match()
1326 codelink -= PRIV(OP_lengths)[OP_CALLOUT]; in match()
1703 case OP_CALLOUT: in match()
H A Dpcre_internal.h2056 OP_CALLOUT, /* 118 Call out to external function if provided */ enumerator
H A DHACKING520 OP_CALLOUT is followed by one unit of data that holds a callout number in the
H A Dpcre_jit_compile.c635 case OP_CALLOUT: in next_opcode()
811 if (cc[1 + LINK_SIZE] == OP_CALLOUT) in check_opcode_types()
844 case OP_CALLOUT: in check_opcode_types()
8459 case OP_CALLOUT: in compile_matchingpath()
9642 case OP_CALLOUT: in compile_backtrackingpath()

Completed in 78 milliseconds