Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c252 if (!mdata) { in php_pcre_init_pcre2()
254 if (!mdata) { in php_pcre_init_pcre2()
289 if (mdata) { in php_pcre_shutdown_pcre2()
291 mdata = NULL; in php_pcre_shutdown_pcre2()
930 return mdata; in php_pcre_create_match_data()
1244 match_data = mdata; in php_pcre_match_impl()
1420 if (match_data != mdata) { in php_pcre_match_impl()
1615 match_data = mdata; in php_pcre_replace_impl()
1867 match_data = mdata; in php_pcre_replace_func_impl()
2541 match_data = mdata; in php_pcre_split_impl()
[all …]

Completed in 12 milliseconds