Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c815 static datctl dat_datctl; variable
5093 PCRE2_JIT_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit()
5094 dat_datctl.options, match_data, PTR(dat_context)); in check_match_limit()
5096 PCRE2_MATCH(capcount, compiled_code, pp, ulen, dat_datctl.offset, in check_match_limit()
5097 dat_datctl.options, match_data, PTR(dat_context)); in check_match_limit()
5145 BOOL callout_capture = (dat_datctl.control & CTL_CALLOUT_CAPTURE) != 0; in callout_function()
5286 return (cb->callout_number != dat_datctl.cfail[0])? 0 : in callout_function()
5287 (++callout_count >= dat_datctl.cfail[1])? 1 : 0; in callout_function()
5314 for (i = 0; i < MAXCPYGET && dat_datctl.copy_numbers[i] >= 0; i++) in copy_and_get()
5319 uint32_t n = (uint32_t)(dat_datctl.copy_numbers[i]); in copy_and_get()
[all …]