Searched refs:mctx (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/ext/pcre/ |
H A D | php_pcre.c | 205 if (!mctx) { in php_pcre_init_pcre2() 207 if (!mctx) { in php_pcre_init_pcre2() 246 if (mctx) { in php_pcre_shutdown_pcre2() 247 pcre2_match_context_free(mctx); in php_pcre_shutdown_pcre2() 248 mctx = NULL; in php_pcre_shutdown_pcre2() 308 if (mctx) { in PHP_INI_MH() 318 if (mctx) { in PHP_INI_MH() 1301 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-7.4/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 350 pcre2_match_context *mctx = php_pcre_mctx(); local 361 … pcre2_match(regexp_list_it->re, (PCRE2_SPTR)verify_path, verify_path_len, 0, 0, match_data, mctx);
|
/PHP-7.4/ext/zip/ |
H A D | php_zip.c | 626 pcre2_match_context *mctx = php_pcre_mctx(); in php_zip_pcre() local 689 … pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(namelist[i]), ZSTR_LEN(namelist[i]), 0, 0, match_data, mctx); in php_zip_pcre()
|
Completed in 33 milliseconds