Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/
H A Dphp_pcre.c514 static void free_subpats_table(zend_string **subpat_names, uint32_t num_subpats) { in free_subpats_table()
525 static zend_string **make_subpats_table(uint32_t num_subpats, pcre_cache_entry *pce) in make_subpats_table()
1058 uint32_t num_subpats, int count, const PCRE2_SPTR mark, zend_long flags) { in populate_subpat_array()
1182 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_match_impl() local
1550 …, char *subject, PCRE2_SIZE *offsets, zend_string **subpat_names, uint32_t num_subpats, int count,… in preg_do_repl_func()
1620 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_replace_impl() local
1861 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_replace_func_impl() local
2545 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_split_impl() local
2895 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_grep_impl() local

Completed in 59 milliseconds