Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/
H A Dzend_accelerator_blacklist.c353 pcre2_match_context *mctx = php_pcre_mctx(); local
364 … pcre2_match(regexp_list_it->re, (PCRE2_SPTR)verify_path, verify_path_len, 0, 0, match_data, mctx);
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c225 if (!mctx) { in php_pcre_init_pcre2()
227 if (!mctx) { in php_pcre_init_pcre2()
266 if (mctx) { in php_pcre_shutdown_pcre2()
267 pcre2_match_context_free(mctx); in php_pcre_shutdown_pcre2()
268 mctx = NULL; in php_pcre_shutdown_pcre2()
328 if (mctx) { in PHP_INI_MH()
338 if (mctx) { in PHP_INI_MH()
1307 options, match_data, mctx); in php_pcre_match_impl()
1669 options, match_data, mctx); in php_pcre_replace_impl()
1925 options, match_data, mctx); in php_pcre_replace_func_impl()
[all …]
/PHP-8.1/ext/zip/
H A Dphp_zip.c720 pcre2_match_context *mctx = php_pcre_mctx(); in php_zip_pcre() local
783 … pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(namelist[i]), ZSTR_LEN(namelist[i]), 0, 0, match_data, mctx); in php_zip_pcre()

Completed in 26 milliseconds