Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_virtual_cwd.c147 cwd_g->realpath_cache_size_limit = REALPATH_CACHE_SIZE; in cwd_globals_ctor()
402 if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { in realpath_cache_add()
579 if (start && save && CWDG(realpath_cache_size_limit)) { in tsrm_realpath_r()
991 if (save && start && CWDG(realpath_cache_size_limit)) { in tsrm_realpath_r()
H A Dzend_virtual_cwd.h224 zend_long realpath_cache_size_limit; member
/PHP-8.0/main/
H A Dmain.c760 …("realpath_cache_size", "4096K", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_size_limit, virtual…
1741 CWDG(realpath_cache_size_limit) = 0; in php_request_startup()
2224 CWDG(realpath_cache_size_limit) = 0; in php_module_startup()
/PHP-8.0/TSRM/
H A Dtsrm_win32.c273 if (CWDG(realpath_cache_size_limit)) { in tsrm_win32_access()

Completed in 18 milliseconds