Home
last modified time | relevance | path

Searched refs:max_oveccount (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_match.c107 uint32_t max_oveccount; in pcre2_jit_match()
158 max_oveccount = functions->top_bracket; in pcre2_jit_match()
159 if (oveccount > max_oveccount) in pcre2_jit_match()
160 oveccount = max_oveccount; in pcre2_jit_match()
Dpcre2test.c803 static uint32_t max_oveccount; variable
6079 PCRE2_GET_OVECTOR_COUNT(max_oveccount, match_data); in process_data()
6081 else if (dat_datctl.oveccount <= max_oveccount) in process_data()
6087 max_oveccount = dat_datctl.oveccount; in process_data()
6089 PCRE2_MATCH_DATA_CREATE(match_data, max_oveccount, NULL); in process_data()
7438 max_oveccount = DEFAULT_OVECCOUNT;
7449 G(match_data,BITS) = G(pcre2_match_data_create_,BITS)(max_oveccount, G(general_context,BITS))