Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c526 static void free_subpats_table(zend_string **subpat_names, uint32_t num_subpats) { in free_subpats_table()
537 static zend_string **make_subpats_table(uint32_t num_subpats, pcre_cache_entry *pce) in make_subpats_table()
1021 uint32_t num_subpats, int count, const PCRE2_SPTR mark, zend_long flags) { in populate_subpat_array()
1145 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_match_impl() local
1541 …t char *subject, PCRE2_SIZE *offsets, zend_string **subpat_names, uint32_t num_subpats, int count,… in preg_do_repl_func()
1608 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_replace_impl() local
1848 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_replace_func_impl() local
2573 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_split_impl() local
2923 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_grep_impl() local

Completed in 20 milliseconds