Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.c147 cwd_g->realpath_cache_size_limit = REALPATH_CACHE_SIZE; in cwd_globals_ctor()
400 if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { in realpath_cache_add()
577 if (start && save && CWDG(realpath_cache_size_limit)) { in tsrm_realpath_r()
990 if (save && start && CWDG(realpath_cache_size_limit)) { in tsrm_realpath_r()
H A Dzend_virtual_cwd.h236 zend_long realpath_cache_size_limit; member
/php-src/main/
H A Dmain.c815 …("realpath_cache_size", "4096K", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_size_limit, virtual…
1849 CWDG(realpath_cache_size_limit) = 0; in php_request_startup()
2246 CWDG(realpath_cache_size_limit) = 0; in php_module_startup()
/php-src/TSRM/
H A Dtsrm_win32.c272 if (CWDG(realpath_cache_size_limit)) { in tsrm_win32_access()

Completed in 20 milliseconds