Searched refs:pcre2_config (Results 1 – 5 of 5) sorted by relevance
5 …e/pcre2lib", "pcre2_auto_possess.c pcre2_chartables.c pcre2_compile.c pcre2_config.c pcre2_context…
63 …pcre2lib/pcre2_config.c pcre2lib/pcre2_context.c pcre2lib/pcre2_dfa_match.c pcre2lib/pcre2_error.c…
369 int len = pcre2_config(what, NULL); in PHP_INI_END()372 len = pcre2_config(what, ret); in PHP_INI_END()399 if (!pcre2_config(PCRE2_CONFIG_JIT, &flag)) { in PHP_MINFO_FUNCTION()
78 pcre2_config(uint32_t what, void *where) in pcre2_config() function
569 PCRE2_EXP_DECL int PCRE2_CALL_CONVENTION pcre2_config(uint32_t, void *);843 #define pcre2_config PCRE2_SUFFIX(pcre2_config_) macro
Completed in 45 milliseconds