Lines Matching refs:PCRE2_CONFIG
341 #define PCRE2_CONFIG pcre2_config_8 macro
351 #define PCRE2_CONFIG pcre2_config_16 macro
361 #define PCRE2_CONFIG pcre2_config_32 macro
7879 (void)PCRE2_CONFIG(coptlist[i].value, &optval); in c_option()
7894 (void)PCRE2_CONFIG(coptlist[i].value, &yield); in c_option()
7899 (void)PCRE2_CONFIG(coptlist[i].value, &optval); in c_option()
7931 (void)PCRE2_CONFIG(PCRE2_CONFIG_COMPILED_WIDTHS, &optval); in c_option()
7940 (void)PCRE2_CONFIG(PCRE2_CONFIG_UNICODE, &optval); in c_option()
7949 (void)PCRE2_CONFIG(PCRE2_CONFIG_JIT, &optval); in c_option()
7961 (void)PCRE2_CONFIG(PCRE2_CONFIG_NEWLINE, &optval); in c_option()
7963 (void)PCRE2_CONFIG(PCRE2_CONFIG_BSR, &optval); in c_option()
7967 (void)PCRE2_CONFIG(PCRE2_CONFIG_NEVER_BACKSLASH_C, &optval); in c_option()
7969 (void)PCRE2_CONFIG(PCRE2_CONFIG_LINKSIZE, &optval); in c_option()
7971 (void)PCRE2_CONFIG(PCRE2_CONFIG_PARENSLIMIT, &optval); in c_option()
7973 (void)PCRE2_CONFIG(PCRE2_CONFIG_HEAPLIMIT, &optval); in c_option()
7975 (void)PCRE2_CONFIG(PCRE2_CONFIG_MATCHLIMIT, &optval); in c_option()
7977 (void)PCRE2_CONFIG(PCRE2_CONFIG_DEPTHLIMIT, &optval); in c_option()
8128 if (PCRE2_CONFIG(PCRE2_CONFIG_VERSION, NULL) != in main()
8129 PCRE2_CONFIG(PCRE2_CONFIG_VERSION, version) || in main()
8131 PCRE2_CONFIG(PCRE2_CONFIG_UNICODE_VERSION, NULL) != in main()
8132 PCRE2_CONFIG(PCRE2_CONFIG_UNICODE_VERSION, uversion) || in main()
8134 PCRE2_CONFIG(PCRE2_CONFIG_JITTARGET, NULL) != in main()
8135 PCRE2_CONFIG(PCRE2_CONFIG_JITTARGET, jittarget) || in main()
8137 PCRE2_CONFIG(PCRE2_CONFIG_UNICODE, NULL) != sizeof(uint32_t) || in main()
8138 PCRE2_CONFIG(PCRE2_CONFIG_MATCHLIMIT, NULL) != sizeof(uint32_t)) in main()
8146 if (PCRE2_CONFIG(999, NULL) != PCRE2_ERROR_BADOPTION || in main()
8147 PCRE2_CONFIG(999, &temp) != PCRE2_ERROR_BADOPTION) in main()
8156 (void)PCRE2_CONFIG(PCRE2_CONFIG_STACKRECURSE, &temp); in main()