realpath_cache_ttl  434 Zend/zend_virtual_cwd.c 	cwd_g->realpath_cache_ttl = REALPATH_CACHE_TTL;
realpath_cache_ttl  713 Zend/zend_virtual_cwd.c 		bucket->expires = t + CWDG(realpath_cache_ttl);
realpath_cache_ttl  729 Zend/zend_virtual_cwd.c 		if (CWDG(realpath_cache_ttl) && (*bucket)->expires < t) {
realpath_cache_ttl 1314 Zend/zend_virtual_cwd.c 	t = CWDG(realpath_cache_ttl) ? 0 : -1;
realpath_cache_ttl  234 Zend/zend_virtual_cwd.h 	zend_long                   realpath_cache_ttl;
realpath_cache_ttl  571 main/main.c    	STD_PHP_INI_ENTRY("realpath_cache_ttl",		"120",		PHP_INI_SYSTEM,		OnUpdateLong,	realpath_cache_ttl,			virtual_cwd_globals,	cwd_globals)