Home
last modified time | relevance | path

Searched refs:OP_CALLOUT_STR (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_find_bracket.c84 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE); in PRIV()
Dpcre2_pattern_info.c412 case OP_CALLOUT_STR: in pcre2_callout_enumerate()
Dpcre2_auto_possess.c555 if (c == OP_CALLOUT_STR) in compare_opcodes()
1227 case OP_CALLOUT_STR: in PRIV()
Dpcre2_study.c266 case OP_CALLOUT_STR: in find_minlength()
1112 case OP_CALLOUT_STR: in set_start_bits()
Dpcre2_printint.c614 case OP_CALLOUT_STR: in pcre2_printint()
Dpcre2_dfa_match.c2728 || code[LINK_SIZE + 1] == OP_CALLOUT_STR) in internal_dfa_match()
3125 case OP_CALLOUT_STR: in internal_dfa_match()
Dpcre2_internal.h1471 OP_CALLOUT_STR, /* 119 Call out with string argument */ enumerator
Dpcre2_compile.c4408 case OP_CALLOUT_STR: in first_significant_code()
6344 code[0] = OP_CALLOUT_STR; in compile_branch()
7956 else if (*scode == OP_CALLOUT_STR) scode += GET(scode, 1 + 2*LINK_SIZE); in is_startline()
8074 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE); in find_recurse()
Dpcre2_jit_compile.c833 case OP_CALLOUT_STR: in next_opcode()
888 if (cc[1 + LINK_SIZE] == OP_CALLOUT || cc[1 + LINK_SIZE] == OP_CALLOUT_STR) in check_opcode_types()
922 case OP_CALLOUT_STR: in check_opcode_types()
1683 case OP_CALLOUT_STR: in get_framesize()
8342 case OP_CALLOUT_STR: in assert_needs_str_ptr_saving()
10606 case OP_CALLOUT_STR: in compile_matchingpath()
11778 case OP_CALLOUT_STR: in compile_backtrackingpath()
Dpcre2_match.c5208 case OP_CALLOUT_STR: in match()
5240 if (*Fecode == OP_CALLOUT || *Fecode == OP_CALLOUT_STR) in match()
/external/pcre/dist2/
DHACKING791 OP_CALLOUT or OP_CALLOUT_STR, respectively. In each case these are followed by
804 For callouts with string arguments, OP_CALLOUT_STR has three more data items:
813 [OP_CALLOUT_STR] [0] [10] [0] [1] [0] [14] [0] [5] ['] [a] [b] [c] [0]