Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c194 #define CFORE_UNSET UINT32_MAX /* Unset value for startend/cfail/cerror fields */ macro
6762 if (dat_datctl.cerror[0] != CFORE_UNSET || dat_datctl.cerror[1] != CFORE_UNSET) in process_data()
6764 if (dat_datctl.cfail[0] != CFORE_UNSET || dat_datctl.cfail[1] != CFORE_UNSET) in process_data()
6800 if (dat_datctl.startend[0] != CFORE_UNSET) in process_data()
6865 if (dat_datctl.startend[0] != CFORE_UNSET) in process_data()
8185 def_datctl.startend[0] = def_datctl.startend[1] = CFORE_UNSET; in main()
8186 def_datctl.cerror[0] = def_datctl.cerror[1] = CFORE_UNSET; in main()
8187 def_datctl.cfail[0] = def_datctl.cfail[1] = CFORE_UNSET; in main()