Home
last modified time | relevance | path

Searched defs:num_subpats (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c528 static void free_subpats_table(zend_string **subpat_names, uint32_t num_subpats) { in free_subpats_table()
539 static zend_string **make_subpats_table(uint32_t num_subpats, pcre_cache_entry *pce) in make_subpats_table()
1029 uint32_t num_subpats, int count, const PCRE2_SPTR mark, zend_long flags) { in populate_subpat_array()
1153 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_match_impl() local
1517 …t char *subject, PCRE2_SIZE *offsets, zend_string **subpat_names, uint32_t num_subpats, int count,… in preg_do_repl_func()
1585 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_replace_impl() local
1826 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_replace_func_impl() local
2512 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_split_impl() local
2860 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_grep_impl() local

Completed in 15 milliseconds