Home
last modified time | relevance | path

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

/aosp_15_r20/external/pcre/src/
H A Dpcre2test.c987 static datctl def_datctl; variable
5057 (void)decode_modifiers(argptr, CTX_DEFDAT, NULL, &def_datctl); in process_command()
6896 memcpy(&dat_datctl, &def_datctl, sizeof(datctl)); in process_data()
9072 memset(&def_datctl, 0, sizeof(datctl)); in main()
9073 def_datctl.oveccount = DEFAULT_OVECCOUNT; in main()
9074 def_datctl.copy_numbers[0] = -1; in main()
9075 def_datctl.get_numbers[0] = -1; in main()
9076 def_datctl.startend[0] = def_datctl.startend[1] = CFORE_UNSET; in main()
9077 def_datctl.cerror[0] = def_datctl.cerror[1] = CFORE_UNSET; in main()
9078 def_datctl.cfail[0] = def_datctl.cfail[1] = CFORE_UNSET; in main()
[all …]