Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h204 zend_long realpath_cache_size_limit; member
H A Dzend_virtual_cwd.c402 cwd_g->realpath_cache_size_limit = REALPATH_CACHE_SIZE; in cwd_globals_ctor()
652 if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { in realpath_cache_add()
829 if (start && save && CWDG(realpath_cache_size_limit)) { in tsrm_realpath_r()
1241 if (save && start && CWDG(realpath_cache_size_limit)) { in tsrm_realpath_r()
/PHP-7.3/main/
H A Dmain.c790 …("realpath_cache_size", "4096K", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_size_limit, virtual…
1804 CWDG(realpath_cache_size_limit) = 0; in php_request_startup()
2303 CWDG(realpath_cache_size_limit) = 0; in php_module_startup()
/PHP-7.3/TSRM/
H A Dtsrm_win32.c275 if (CWDG(realpath_cache_size_limit)) { in tsrm_win32_access()

Completed in 37 milliseconds