Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c901 static datctl dat_datctl; variable
5823 if ((dat_datctl.control & CTL_DFA) != 0) in check_match_limit()
5830 PCRE2_DFA_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit()
5831 dat_datctl.options, match_data, in check_match_limit()
5836 PCRE2_JIT_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit()
5837 dat_datctl.options, match_data, PTR(dat_context)); in check_match_limit()
5842 PCRE2_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit()
5843 dat_datctl.options, match_data, PTR(dat_context)); in check_match_limit()
5911 BOOL callout_capture = (dat_datctl.control & CTL_CALLOUT_CAPTURE) != 0; in callout_function()
5912 BOOL callout_where = (dat_datctl.control2 & CTL2_CALLOUT_NO_WHERE) == 0; in callout_function()
[all …]