Searched refs:per_request_cache (Results 1 – 3 of 3) sorted by relevance
82 bool per_request_cache; variable
303 pcre_globals->per_request_cache = strcmp(sapi_module.name, "cli") == 0; in PHP_GINIT_FUNCTION()304 if (!pcre_globals->per_request_cache) { in PHP_GINIT_FUNCTION()324 if (!pcre_globals->per_request_cache) { in PHP_GSHUTDOWN_FUNCTION()489 if (PCRE_G(per_request_cache)) { in PHP_RINIT_FUNCTION()502 if (PCRE_G(per_request_cache)) { in PHP_RSHUTDOWN_FUNCTION()875 if (!(GC_FLAGS(key) & IS_STR_PERMANENT) && !PCRE_G(per_request_cache)) { in pcre_get_compiled_regex_cache_ex()
2616 if (PCRE_G(per_request_cache)) { in accel_reset_pcre_cache()
Completed in 22 milliseconds