Searched refs:set_all_options (Results 1 – 2 of 2) sorted by relevance
733 options.set_all_options(PCRE2_CASELESS | PCRE2_DOTALL); in Test_all_options()736 options.set_all_options(0); in Test_all_options()738 options.set_all_options(PCRE2_MULTILINE | PCRE2_EXTENDED); in Test_all_options()755 options.set_all_options(0); in Test_all_options()
468 RE_Options &set_all_options(int opt) { in set_all_options() function