Home
last modified time | relevance | path

Searched refs:top_bracket (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c83 return pcre2_match_data_create(((pcre2_real_code *)code)->top_bracket + 1, in pcre2_match_data_create_from_pattern()
H A Dpcre2_pattern_info.c140 *((uint32_t *)where) = re->top_bracket; in pcre2_pattern_info()
169 re->top_bracket * 2 * sizeof(PCRE2_SIZE); in pcre2_pattern_info()
H A Dpcre2_substitute.c293 int pairs = (code->top_bracket + 1 < match_data->oveccount)? in pcre2_substitute()
294 code->top_bracket + 1 : match_data->oveccount; in pcre2_substitute()
564 if (group > code->top_bracket) in pcre2_substitute()
672 group = code->top_bracket + 1; in pcre2_substitute()
H A Dpcre2_jit_match.c155 max_oveccount = functions->top_bracket; in pcre2_jit_match()
H A Dpcre2_substring.c329 if (stringnumber > match_data->code->top_bracket) in pcre2_substring_length_bynumber()
H A Dpcre2_intmodedep.h638 uint16_t top_bracket; /* Highest numbered group */ member
H A Dpcre2_match.c583 uint16_t oveccount, uint16_t top_bracket, PCRE2_SIZE frame_size, in match() argument
869 i = 2 * ((top_bracket + 1 > oveccount)? oveccount : top_bracket + 1); in match()
6605 re->top_bracket * 2 * sizeof(PCRE2_SIZE); in pcre2_match()
6649 re->top_bracket * 2 * sizeof(PCRE2_SIZE)); in pcre2_match()
7053 match_data->oveccount, re->top_bracket, frame_size, mb); in pcre2_match()
H A Dpcre2_jit_compile.c201 sljit_u32 top_bracket; member
9451 sljit_uw callout_arg_size = (common->re->top_bracket + 1) * 2 * sizeof(sljit_sw); in compile_callout_matchingpath()
13511 memset(common->optimized_cbracket, 0, re->top_bracket + 1); in jit_compile()
13513 memset(common->optimized_cbracket, 1, re->top_bracket + 1); in jit_compile()
13572 memset(common->optimized_cbracket, 0, re->top_bracket + 1); in jit_compile()
13575 common->cbra_ptr = OVECTOR_START + (re->top_bracket + 1) * 2 * sizeof(sljit_sw); in jit_compile()
13586 private_data_size = common->cbra_ptr + (re->top_bracket + 1) * sizeof(sljit_sw); in jit_compile()
13620 reset_ovector(common, (re->top_bracket + 1) * 2); in jit_compile()
13721 copy_ovector(common, re->top_bracket + 1); in jit_compile()
13929 do_reset_match(common, (re->top_bracket + 1) * 2); in jit_compile()
[all …]
H A Dpcre2_compile.c10158 re->top_bracket = 0; in pcre2_compile()
10204 re->top_bracket = cb.bracount; in pcre2_compile()

Completed in 135 milliseconds