Searched refs:pcre2_pattern_info (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/pcre/ |
H A D | config.w32 | 5 …c pcre2_match.c pcre2_match_data.c pcre2_newline.c pcre2_ord2utf.c pcre2_pattern_info.c pcre2_seri…
|
H A D | config0.m4 | 65 …pcre2lib/pcre2_newline.c pcre2lib/pcre2_ord2utf.c pcre2lib/pcre2_pattern_info.c pcre2lib/pcre2_ser…
|
H A D | php_pcre.c | 561 rc1 = pcre2_pattern_info(pce->re, PCRE2_INFO_NAMETABLE, &name_table); in make_subpats_table() 562 rc2 = pcre2_pattern_info(pce->re, PCRE2_INFO_NAMEENTRYSIZE, &name_size); in make_subpats_table() 829 if (!pcre2_pattern_info(re, PCRE2_INFO_JITSIZE, &jit_size) && jit_size > 0) { in pcre_get_compiled_regex_cache_ex() 863 rc = pcre2_pattern_info(re, PCRE2_INFO_CAPTURECOUNT, &new_entry.capture_count); in pcre_get_compiled_regex_cache_ex() 873 rc = pcre2_pattern_info(re, PCRE2_INFO_NAMECOUNT, &new_entry.name_count); in pcre_get_compiled_regex_cache_ex() 960 rc = pcre2_pattern_info(re, PCRE2_INFO_CAPTURECOUNT, &capture_count); in php_pcre_create_match_data()
|
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_pattern_info.c | 65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) in pcre2_pattern_info() function
|
H A D | pcre2.h | 664 pcre2_pattern_info(const pcre2_code *, uint32_t, void *); \ 874 #define pcre2_pattern_info PCRE2_SUFFIX(pcre2_pattern_info_) macro
|
Completed in 40 milliseconds