Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c814 static datctl def_datctl; variable
4283 (void)decode_modifiers(argptr, CTX_DEFDAT, NULL, &def_datctl); in process_command()
5560 memcpy(&dat_datctl, &def_datctl, sizeof(datctl)); in process_data()
7155 memset(&def_datctl, 0, sizeof(datctl));
7156 def_datctl.oveccount = DEFAULT_OVECCOUNT;
7157 def_datctl.copy_numbers[0] = -1;
7158 def_datctl.get_numbers[0] = -1;
7159 def_datctl.cfail[0] = def_datctl.cfail[1] = CFAIL_UNSET;
7255 else if (strcmp(arg, "-dfa") == 0) def_datctl.control |= CTL_DFA;
7506 !decode_modifiers((uint8_t *)arg_subject, CTX_DEFDAT, NULL, &def_datctl)))