Home
last modified time | relevance | path

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

/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.c424 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()
830 if (start && save && CWDG(realpath_cache_size_limit)) { in tsrm_realpath_r()
1138 if (save && start && CWDG(realpath_cache_size_limit)) { in tsrm_realpath_r()
H A Dtsrm_virtual_cwd.h231 long realpath_cache_size_limit; member
H A Dtsrm_win32.c280 if (CWDG(realpath_cache_size_limit)) { in tsrm_win32_access()
/PHP-5.4/main/
H A Dmain.c567 …Y("realpath_cache_size", "16K", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_size_limit, virtual…
1572 CWDG(realpath_cache_size_limit) = 0; in php_request_startup()
2178 CWDG(realpath_cache_size_limit) = 0; in php_module_startup()

Completed in 18 milliseconds