realpath_cache_size  432 Zend/zend_virtual_cwd.c 	cwd_g->realpath_cache_size = 0;
realpath_cache_size  644 Zend/zend_virtual_cwd.c 	CWDG(realpath_cache_size) = 0;
realpath_cache_size  662 Zend/zend_virtual_cwd.c 				CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1;
realpath_cache_size  664 Zend/zend_virtual_cwd.c 				CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1;
realpath_cache_size  687 Zend/zend_virtual_cwd.c 	if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) {
realpath_cache_size  717 Zend/zend_virtual_cwd.c 		CWDG(realpath_cache_size) += size;
realpath_cache_size  735 Zend/zend_virtual_cwd.c 				CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1;
realpath_cache_size  737 Zend/zend_virtual_cwd.c 				CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1;
realpath_cache_size  759 Zend/zend_virtual_cwd.c 	return CWDG(realpath_cache_size);
realpath_cache_size  232 Zend/zend_virtual_cwd.h 	zend_long                   realpath_cache_size;
realpath_cache_size  249 Zend/zend_virtual_cwd.h CWD_API zend_long realpath_cache_size(void);
realpath_cache_size 3231 ext/standard/basic_functions.c 	PHP_FE(realpath_cache_size,												arginfo_realpath_cache_size)
realpath_cache_size 1198 ext/standard/filestat.c PHP_FUNCTION(realpath_cache_size)
realpath_cache_size 1203 ext/standard/filestat.c 	RETURN_LONG(realpath_cache_size());
realpath_cache_size   27 ext/standard/php_filestat.h PHP_FUNCTION(realpath_cache_size);