Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c341 #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()
[all …]