Home
last modified time | relevance | path

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

/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.c436 cwd_g->realpath_cache_size_limit = REALPATH_CACHE_SIZE; in cwd_globals_ctor()
664 if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { in realpath_cache_add()
843 if (start && save && CWDG(realpath_cache_size_limit)) { in tsrm_realpath_r()
1151 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.c282 if (CWDG(realpath_cache_size_limit)) { in tsrm_win32_access()
/PHP-5.3/main/
H A Dmain.c542 …Y("realpath_cache_size", "16K", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_size_limit, virtual…
1454 CWDG(realpath_cache_size_limit) = 0; in php_request_startup()
2032 CWDG(realpath_cache_size_limit) = 0; in php_module_startup()

Completed in 34 milliseconds