Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c898 static patctl def_patctl; variable
4762 (void)decode_modifiers(argptr, CTX_DEFPAT, &def_patctl, NULL); in process_command()
4763 if (def_patctl.jit == 0 && (def_patctl.control & CTL_JITVERIFY) != 0) in process_command()
4764 def_patctl.jit = 7; in process_command()
4976 memcpy(&pat_patctl, &def_patctl, sizeof(patctl)); in process_pattern()
8178 memset(&def_patctl, 0, sizeof(patctl)); in main()
8179 def_patctl.convert_type = CONVERT_UNSET; in main()
8307 def_patctl.options |= PCRE2_AUTO_CALLOUT; in main()
8310 else if (strcmp(arg, "-ac") == 0) def_patctl.options |= PCRE2_AUTO_CALLOUT; in main()
8311 else if (strcmp(arg, "-b") == 0) def_patctl.control |= CTL_FULLBINCODE; in main()
[all …]