Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/pcre/
H A Dphp_pcre.c76 ZEND_TLS pcre2_compile_context *cctx = NULL; variable
224 if (!cctx) { in php_pcre_init_pcre2()
225 cctx = pcre2_compile_context_create(gctx); in php_pcre_init_pcre2()
226 if (!cctx) { in php_pcre_init_pcre2()
232 pcre2_set_compile_extra_options(cctx, PHP_PCRE_DEFAULT_EXTRA_COPTIONS); in php_pcre_init_pcre2()
270 if (cctx) { in php_pcre_shutdown_pcre2()
271 pcre2_compile_context_free(cctx); in php_pcre_shutdown_pcre2()
272 cctx = NULL; in php_pcre_shutdown_pcre2()
791 pcre2_set_character_tables(cctx, tables); in pcre_get_compiled_regex_cache_ex()
794 re = pcre2_compile((PCRE2_SPTR)pattern, pattern_len, coptions, &errnumber, &erroffset, cctx); in pcre_get_compiled_regex_cache_ex()
[all …]

Completed in 16 milliseconds