realpath_cache_size  433 Zend/zend_virtual_cwd.c 	cwd_g->realpath_cache_size = 0;
realpath_cache_size  633 Zend/zend_virtual_cwd.c 	CWDG(realpath_cache_size) = 0;
realpath_cache_size  655 Zend/zend_virtual_cwd.c 				CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1;
realpath_cache_size  657 Zend/zend_virtual_cwd.c 				CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1;
realpath_cache_size  680 Zend/zend_virtual_cwd.c 	if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) {
realpath_cache_size  714 Zend/zend_virtual_cwd.c 		CWDG(realpath_cache_size) += size;
realpath_cache_size  737 Zend/zend_virtual_cwd.c 				CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1;
realpath_cache_size  739 Zend/zend_virtual_cwd.c 				CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1;
realpath_cache_size  761 Zend/zend_virtual_cwd.c 	return CWDG(realpath_cache_size);
realpath_cache_size  232 Zend/zend_virtual_cwd.h 	long                   realpath_cache_size;
realpath_cache_size  249 Zend/zend_virtual_cwd.h CWD_API int realpath_cache_size(TSRMLS_D);
realpath_cache_size 3223 ext/standard/basic_functions.c 	PHP_FE(realpath_cache_size,												arginfo_realpath_cache_size)
realpath_cache_size 1190 ext/standard/filestat.c 	RETURN_LONG(realpath_cache_size(TSRMLS_C));