Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c528 for (i = 0; i < num_subpats; i++) { in free_subpats_table()
1208 num_subpats = pce->capture_count + 1; in php_pcre_match_impl()
1241 for (i=0; i<num_subpats; i++) { in php_pcre_match_impl()
1270 count = num_subpats; in php_pcre_match_impl()
1320 if (count < num_subpats) { in php_pcre_match_impl()
1421 for (i = 0; i < num_subpats; i++) { in php_pcre_match_impl()
1431 for (i = 0; i < num_subpats; i++) { in php_pcre_match_impl()
1626 num_subpats = pce->capture_count + 1; in php_pcre_replace_impl()
1671 count = num_subpats; in php_pcre_replace_impl()
1924 count = num_subpats; in php_pcre_replace_func_impl()
[all …]

Completed in 12 milliseconds