Searched refs:mctx (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/pcre/ |
H A D | php_pcre.c | 234 if (!mctx) { in php_pcre_init_pcre2() 236 if (!mctx) { in php_pcre_init_pcre2() 275 if (mctx) { in php_pcre_shutdown_pcre2() 276 pcre2_match_context_free(mctx); in php_pcre_shutdown_pcre2() 277 mctx = NULL; in php_pcre_shutdown_pcre2() 337 if (mctx) { in PHP_INI_MH() 347 if (mctx) { in PHP_INI_MH() 1296 options, match_data, mctx); in php_pcre_match_impl() 1658 options, match_data, mctx); in php_pcre_replace_impl() 1916 options, match_data, mctx); in php_pcre_replace_func_impl() [all …]
|
/PHP-8.2/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 353 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.2/ext/zip/ |
H A D | php_zip.c | 716 pcre2_match_context *mctx = php_pcre_mctx(); in php_zip_pcre() local 779 … pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(namelist[i]), ZSTR_LEN(namelist[i]), 0, 0, match_data, mctx); in php_zip_pcre()
|
Completed in 19 milliseconds