Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c245 if (!mdata) { in php_pcre_init_pcre2()
247 if (!mdata) { in php_pcre_init_pcre2()
282 if (mdata) { in php_pcre_shutdown_pcre2()
284 mdata = NULL; in php_pcre_shutdown_pcre2()
923 return mdata; in php_pcre_create_match_data()
1238 match_data = mdata; in php_pcre_match_impl()
1420 if (match_data != mdata) { in php_pcre_match_impl()
1640 match_data = mdata; in php_pcre_replace_impl()
1880 match_data = mdata; in php_pcre_replace_func_impl()
2587 match_data = mdata; in php_pcre_split_impl()
[all …]

Completed in 10 milliseconds