Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/
H A Dconfig.w325 …c pcre2_match.c pcre2_match_data.c pcre2_newline.c pcre2_ord2utf.c pcre2_pattern_info.c pcre2_seri…
H A Dconfig0.m466 …pcre2lib/pcre2_newline.c pcre2lib/pcre2_ord2utf.c pcre2lib/pcre2_pattern_info.c pcre2lib/pcre2_ser…
H A Dphp_pcre.c532 rc1 = pcre2_pattern_info(pce->re, PCRE2_INFO_NAMETABLE, &name_table); in make_subpats_table()
533 rc2 = pcre2_pattern_info(pce->re, PCRE2_INFO_NAMEENTRYSIZE, &name_size); in make_subpats_table()
813 if (!pcre2_pattern_info(re, PCRE2_INFO_JITSIZE, &jit_size) && jit_size > 0) { in pcre_get_compiled_regex_cache_ex()
848 rc = pcre2_pattern_info(re, PCRE2_INFO_CAPTURECOUNT, &new_entry.capture_count); in pcre_get_compiled_regex_cache_ex()
858 rc = pcre2_pattern_info(re, PCRE2_INFO_NAMECOUNT, &new_entry.name_count); in pcre_get_compiled_regex_cache_ex()
948 rc = pcre2_pattern_info(re, PCRE2_INFO_CAPTURECOUNT, &capture_count); in php_pcre_create_match_data()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) in pcre2_pattern_info() function
H A Dpcre2.h662 pcre2_pattern_info(const pcre2_code *, uint32_t, void *); \
872 #define pcre2_pattern_info PCRE2_SUFFIX(pcre2_pattern_info_) macro

Completed in 17 milliseconds