Home
last modified time | relevance | path

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

/php-src/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-src/ext/pcre/
H A Dphp_pcre.c74 ZEND_TLS pcre2_compile_context *cctx = NULL; variable
222 if (!cctx) { in php_pcre_init_pcre2()
223 cctx = pcre2_compile_context_create(gctx); in php_pcre_init_pcre2()
224 if (!cctx) { in php_pcre_init_pcre2()
230 pcre2_set_compile_extra_options(cctx, PHP_PCRE_DEFAULT_EXTRA_COPTIONS); in php_pcre_init_pcre2()
268 if (cctx) { in php_pcre_shutdown_pcre2()
269 pcre2_compile_context_free(cctx); in php_pcre_shutdown_pcre2()
270 cctx = NULL; in php_pcre_shutdown_pcre2()
781 pcre2_set_character_tables(cctx, tables); in pcre_get_compiled_regex_cache_ex()
783 pcre2_set_compile_extra_options(cctx, eoptions); in pcre_get_compiled_regex_cache_ex()
[all …]

Completed in 12 milliseconds