Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c81 pcre2_compile_context *cctx = php_pcre_cctx(); in zend_accel_blacklist_update_regexp() local
181 …2_SPTR)regexp, p - regexp, PCRE2_NO_AUTO_CAPTURE, &errnumber, &pcre_error_offset, cctx)) == NULL) { in zend_accel_blacklist_update_regexp()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c79 ZEND_TLS pcre2_compile_context *cctx = NULL; variable
191 if (!cctx) { in php_pcre_init_pcre2()
192 cctx = pcre2_compile_context_create(gctx); in php_pcre_init_pcre2()
193 if (!cctx) { in php_pcre_init_pcre2()
203 pcre2_set_compile_extra_options(cctx, PHP_PCRE_DEFAULT_EXTRA_COPTIONS); in php_pcre_init_pcre2()
241 if (cctx) { in php_pcre_shutdown_pcre2()
242 pcre2_compile_context_free(cctx); in php_pcre_shutdown_pcre2()
243 cctx = NULL; in php_pcre_shutdown_pcre2()
781 pcre2_set_character_tables(cctx, tables); in pcre_get_compiled_regex_cache_ex()
785 pcre2_set_compile_extra_options(cctx, extra_coptions); in pcre_get_compiled_regex_cache_ex()
[all …]

Completed in 13 milliseconds