Searched refs:dat_datctl (Results 1 – 1 of 1) sorted by relevance
| /external/pcre/dist2/src/ |
| D | pcre2test.c | 945 static datctl dat_datctl; variable 6019 if ((dat_datctl.control & CTL_DFA) != 0) in check_match_limit() 6026 PCRE2_DFA_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit() 6027 dat_datctl.options, match_data, in check_match_limit() 6032 PCRE2_JIT_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit() 6033 dat_datctl.options, match_data, PTR(dat_context)); in check_match_limit() 6038 PCRE2_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit() 6039 dat_datctl.options, match_data, PTR(dat_context)); in check_match_limit() 6121 if (scb->subscount == dat_datctl.substitute_stop) in substitute_callout_function() 6126 else if (scb->subscount == dat_datctl.substitute_skip) in substitute_callout_function() [all …]
|