Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c87 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.c306 int pairs = (code->top_bracket + 1 < match_data->oveccount)? in pcre2_substitute()
307 code->top_bracket + 1 : match_data->oveccount; in pcre2_substitute()
586 if (group > code->top_bracket) in pcre2_substitute()
694 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.c589 match(PCRE2_SPTR start_eptr, PCRE2_SPTR start_ecode, uint16_t top_bracket, in match() argument
885 i = 2 * ((top_bracket + 1 > match_data->oveccount)? in match()
886 match_data->oveccount : top_bracket + 1); in match()
6812 re->top_bracket * 2 * sizeof(PCRE2_SIZE) + HEAPFRAME_ALIGNMENT - 1) & in pcre2_match()
7289 rc = match(start_match, mb->start_code, re->top_bracket, frame_size, in pcre2_match()
H A Dpcre2_jit_compile.c201 sljit_u32 top_bracket; member
9759 sljit_uw callout_arg_size = (common->re->top_bracket + 1) * 2 * SSIZE_OF(sw); in compile_callout_matchingpath()
13817 memset(common->optimized_cbracket, 0, re->top_bracket + 1); in jit_compile()
13819 memset(common->optimized_cbracket, 1, re->top_bracket + 1); in jit_compile()
13878 memset(common->optimized_cbracket, 0, re->top_bracket + 1); in jit_compile()
13881 common->cbra_ptr = OVECTOR_START + (re->top_bracket + 1) * 2 * sizeof(sljit_sw); in jit_compile()
13892 private_data_size = common->cbra_ptr + (re->top_bracket + 1) * sizeof(sljit_sw); in jit_compile()
13929 reset_ovector(common, (re->top_bracket + 1) * 2); in jit_compile()
14030 copy_ovector(common, re->top_bracket + 1); in jit_compile()
14258 do_reset_match(common, (re->top_bracket + 1) * 2); in jit_compile()
[all …]
H A Dpcre2_compile.c10285 re->top_bracket = 0; in pcre2_compile()
10331 re->top_bracket = cb.bracount; in pcre2_compile()

Completed in 85 milliseconds