Searched refs:mctx (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/pcre/ |
H A D | php_pcre.c | 193 if (!mctx) { in php_pcre_init_pcre2() 195 if (!mctx) { in php_pcre_init_pcre2() 234 if (mctx) { in php_pcre_shutdown_pcre2() 235 pcre2_match_context_free(mctx); in php_pcre_shutdown_pcre2() 236 mctx = NULL; in php_pcre_shutdown_pcre2() 291 if (mctx) { in PHP_INI_MH() 301 if (mctx) { in PHP_INI_MH() 1132 options, match_data, mctx); in php_pcre_match_impl() 1620 options, match_data, mctx); in php_pcre_replace_impl() 1878 options, match_data, mctx); in php_pcre_replace_func_impl() [all …]
|
/PHP-7.3/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.3/ext/zip/ |
H A D | php_zip.c | 629 pcre2_match_context *mctx = php_pcre_mctx(); in php_zip_pcre() local 707 …h(re, (PCRE2_SPTR)ZSTR_VAL(namelist[i]), ZSTR_LEN(namelist[i]), 0, preg_options, match_data, mctx); in php_zip_pcre()
|
Completed in 21 milliseconds