Searched refs:cctx (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 81 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.0/ext/pcre/ |
H A D | php_pcre.c | 67 ZEND_TLS pcre2_compile_context *cctx = NULL; variable 215 if (!cctx) { in php_pcre_init_pcre2() 216 cctx = pcre2_compile_context_create(gctx); in php_pcre_init_pcre2() 217 if (!cctx) { in php_pcre_init_pcre2() 223 pcre2_set_compile_extra_options(cctx, PHP_PCRE_DEFAULT_EXTRA_COPTIONS); in php_pcre_init_pcre2() 261 if (cctx) { in php_pcre_shutdown_pcre2() 262 pcre2_compile_context_free(cctx); in php_pcre_shutdown_pcre2() 263 cctx = NULL; in php_pcre_shutdown_pcre2() 807 pcre2_set_character_tables(cctx, tables); in pcre_get_compiled_regex_cache_ex() 810 re = pcre2_compile((PCRE2_SPTR)pattern, pattern_len, coptions, &errnumber, &erroffset, cctx); in pcre_get_compiled_regex_cache_ex() [all …]
|
Completed in 22 milliseconds