Searched refs:set_all_options (Results 1 – 2 of 2) sorted by relevance
740 options.set_all_options(PCRE_CASELESS | PCRE_DOTALL); in Test_all_options()743 options.set_all_options(0); in Test_all_options()745 options.set_all_options(PCRE_MULTILINE | PCRE_EXTENDED); in Test_all_options()762 options.set_all_options(0); in Test_all_options()
448 RE_Options &set_all_options(int opt) { in set_all_options() function