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.c889 static uint32_t max_oveccount; variable
6937 PCRE2_GET_OVECTOR_COUNT(max_oveccount, match_data); in process_data()
6939 else if (dat_datctl.oveccount <= max_oveccount) in process_data()
6945 max_oveccount = dat_datctl.oveccount; in process_data()
6947 PCRE2_MATCH_DATA_CREATE(match_data, max_oveccount, NULL); in process_data()
6954 max_oveccount = 0; in process_data()
8495 max_oveccount = DEFAULT_OVECCOUNT; in main()
8508 G(match_data,BITS) = G(pcre2_match_data_create_,BITS)(max_oveccount, G(general_context,BITS)) in main()