Searched refs:dat_datctl (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2test.c | 988 static datctl dat_datctl; variable 6260 if ((dat_datctl.control & CTL_DFA) != 0) in check_match_limit() 6267 PCRE2_DFA_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit() 6268 dat_datctl.options, match_data, in check_match_limit() 6273 PCRE2_JIT_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit() 6274 dat_datctl.options, match_data, PTR(dat_context)); in check_match_limit() 6278 PCRE2_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit() 6279 dat_datctl.options, match_data, PTR(dat_context)); in check_match_limit() 6361 if (scb->subscount == dat_datctl.substitute_stop) in substitute_callout_function() 6366 else if (scb->subscount == dat_datctl.substitute_skip) in substitute_callout_function() [all …]
|