Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c70 ZEND_TLS pcre2_general_context *gctx = NULL; variable
214 if (!gctx) { in php_pcre_init_pcre2()
216 if (!gctx) { in php_pcre_init_pcre2()
223 cctx = pcre2_compile_context_create(gctx); in php_pcre_init_pcre2()
233 mctx = pcre2_match_context_create(gctx); in php_pcre_init_pcre2()
263 if (gctx) { in php_pcre_shutdown_pcre2()
264 pcre2_general_context_free(gctx); in php_pcre_shutdown_pcre2()
265 gctx = NULL; in php_pcre_shutdown_pcre2()
767 tables = pcre2_maketables(gctx); in pcre_get_compiled_regex_cache_ex()
926 return pcre2_match_data_create_from_pattern(re, gctx); in php_pcre_create_match_data()
[all …]

Completed in 15 milliseconds