Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c495 uint32_t cfail[2]; member
549 { "callout_fail", MOD_DAT, MOD_IN2, 0, DO(cfail) },
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()
5939 if (dat_datctl.cfail[0] != CFAIL_UNSET || dat_datctl.cfail[1] != CFAIL_UNSET) in process_data()
7159 def_datctl.cfail[0] = def_datctl.cfail[1] = CFAIL_UNSET;