Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/
H A Dphp_pcre.c63 ZEND_TLS pcre2_general_context *gctx = NULL; variable
207 if (!gctx) { in php_pcre_init_pcre2()
209 if (!gctx) { in php_pcre_init_pcre2()
216 cctx = pcre2_compile_context_create(gctx); in php_pcre_init_pcre2()
226 mctx = pcre2_match_context_create(gctx); in php_pcre_init_pcre2()
256 if (gctx) { in php_pcre_shutdown_pcre2()
257 pcre2_general_context_free(gctx); in php_pcre_shutdown_pcre2()
258 gctx = NULL; in php_pcre_shutdown_pcre2()
793 tables = pcre2_maketables(gctx); in pcre_get_compiled_regex_cache_ex()
969 return pcre2_match_data_create_from_pattern(re, gctx); in php_pcre_create_match_data()
[all …]

Completed in 13 milliseconds