Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c250 if (!mdata) { in php_pcre_init_pcre2()
252 if (!mdata) { in php_pcre_init_pcre2()
287 if (mdata) { in php_pcre_shutdown_pcre2()
289 mdata = NULL; in php_pcre_shutdown_pcre2()
922 return mdata; in php_pcre_create_match_data()
1226 match_data = mdata; in php_pcre_match_impl()
1414 if (match_data != mdata) { in php_pcre_match_impl()
1638 match_data = mdata; in php_pcre_replace_impl()
1889 match_data = mdata; in php_pcre_replace_func_impl()
2603 match_data = mdata; in php_pcre_split_impl()
[all …]

Completed in 15 milliseconds