Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c188 case OP_CALLOUT: in find_minlength()
1002 case OP_CALLOUT: in set_start_bits()
H A Dpcre_compile.c1688 case OP_CALLOUT: in first_significant_code()
1833 case OP_CALLOUT: in find_fixedlength()
3155 if (c == OP_CALLOUT) in compare_opcodes()
4078 *code++ = OP_CALLOUT; in auto_callout()
6442 if (repcode < OP_CALLOUT && opcode_possessify[repcode] > 0) in compile_branch()
7038 *code++ = OP_CALLOUT; in compile_branch()
8703 if (*scode == OP_CALLOUT) scode += PRIV(OP_lengths)[OP_CALLOUT]; in is_startline()
H A Dpcre_exec.c1294 if (*ecode == OP_CALLOUT) in match()
1327 ecode += PRIV(OP_lengths)[OP_CALLOUT]; in match()
1328 codelink -= PRIV(OP_lengths)[OP_CALLOUT]; in match()
1705 case OP_CALLOUT: in match()
H A Dpcre_internal.h2060 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 95 milliseconds