realpath_cache_size_limit  282 TSRM/tsrm_win32.c 		if (CWDG(realpath_cache_size_limit)) {
realpath_cache_size_limit  433 Zend/zend_virtual_cwd.c 	cwd_g->realpath_cache_size_limit = REALPATH_CACHE_SIZE;
realpath_cache_size_limit  687 Zend/zend_virtual_cwd.c 	if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) {
realpath_cache_size_limit  856 Zend/zend_virtual_cwd.c 		if (start && save && CWDG(realpath_cache_size_limit)) {
realpath_cache_size_limit 1165 Zend/zend_virtual_cwd.c 		if (save && start && CWDG(realpath_cache_size_limit)) {
realpath_cache_size_limit  233 Zend/zend_virtual_cwd.h 	zend_long                   realpath_cache_size_limit;
realpath_cache_size_limit  570 main/main.c    	STD_PHP_INI_ENTRY("realpath_cache_size",	"16K",		PHP_INI_SYSTEM,		OnUpdateLong,	realpath_cache_size_limit,	virtual_cwd_globals,	cwd_globals)
realpath_cache_size_limit 1606 main/main.c    			CWDG(realpath_cache_size_limit) = 0;
realpath_cache_size_limit 2175 main/main.c    		CWDG(realpath_cache_size_limit) = 0;