Lines Matching refs:PCRE2_CONFIG
322 #define PCRE2_CONFIG pcre2_config_8 macro
332 #define PCRE2_CONFIG pcre2_config_16 macro
341 #define PCRE2_CONFIG pcre2_config_32 macro
6973 (void)PCRE2_CONFIG(coptlist[i].value, &optval); in c_option()
6988 (void)PCRE2_CONFIG(coptlist[i].value, &yield); in c_option()
6993 (void)PCRE2_CONFIG(coptlist[i].value, &optval); in c_option()
7035 (void)PCRE2_CONFIG(PCRE2_CONFIG_UNICODE, &optval); in c_option()
7044 (void)PCRE2_CONFIG(PCRE2_CONFIG_JIT, &optval); in c_option()
7056 (void)PCRE2_CONFIG(PCRE2_CONFIG_NEWLINE, &optval); in c_option()
7058 (void)PCRE2_CONFIG(PCRE2_CONFIG_BSR, &optval); in c_option()
7066 (void)PCRE2_CONFIG(PCRE2_CONFIG_LINKSIZE, &optval); in c_option()
7068 (void)PCRE2_CONFIG(PCRE2_CONFIG_PARENSLIMIT, &optval); in c_option()
7070 (void)PCRE2_CONFIG(PCRE2_CONFIG_MATCHLIMIT, &optval); in c_option()
7072 (void)PCRE2_CONFIG(PCRE2_CONFIG_RECURSIONLIMIT, &optval); in c_option()
7074 (void)PCRE2_CONFIG(PCRE2_CONFIG_STACKRECURSE, &optval); in c_option()
7119 if (PCRE2_CONFIG(PCRE2_CONFIG_VERSION, NULL) !=
7120 PCRE2_CONFIG(PCRE2_CONFIG_VERSION, version) ||
7122 PCRE2_CONFIG(PCRE2_CONFIG_UNICODE_VERSION, NULL) !=
7123 PCRE2_CONFIG(PCRE2_CONFIG_UNICODE_VERSION, uversion) ||
7125 PCRE2_CONFIG(PCRE2_CONFIG_JITTARGET, NULL) !=
7126 PCRE2_CONFIG(PCRE2_CONFIG_JITTARGET, jittarget) ||
7128 PCRE2_CONFIG(PCRE2_CONFIG_UNICODE, NULL) != sizeof(uint32_t) ||
7129 PCRE2_CONFIG(PCRE2_CONFIG_MATCHLIMIT, NULL) != sizeof(uint32_t))