Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/
H A Dphp_pcre.c272 char **subpat_names; in make_subpats_table() local
289 efree(subpat_names); in make_subpats_table()
294 return subpat_names; in make_subpats_table()
809 subpat_names = NULL; in php_pcre_match_impl()
812 if (!subpat_names) { in php_pcre_match_impl()
1011 if (subpat_names) { in php_pcre_match_impl()
1037 if (subpat_names) { in php_pcre_match_impl()
1038 efree(subpat_names); in php_pcre_match_impl()
1115 if (subpat_names) { in preg_do_repl_func()
1234 subpat_names = NULL; in php_pcre_replace_impl()
[all …]

Completed in 12 milliseconds