realpath_cache_size  423 TSRM/tsrm_virtual_cwd.c 	cwd_g->realpath_cache_size = 0;
realpath_cache_size  605 TSRM/tsrm_virtual_cwd.c 	CWDG(realpath_cache_size) = 0;
realpath_cache_size  627 TSRM/tsrm_virtual_cwd.c 				CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1;
realpath_cache_size  629 TSRM/tsrm_virtual_cwd.c 				CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1;
realpath_cache_size  652 TSRM/tsrm_virtual_cwd.c 	if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) {
realpath_cache_size  686 TSRM/tsrm_virtual_cwd.c 		CWDG(realpath_cache_size) += size;
realpath_cache_size  709 TSRM/tsrm_virtual_cwd.c 				CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1;
realpath_cache_size  711 TSRM/tsrm_virtual_cwd.c 				CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1;
realpath_cache_size  733 TSRM/tsrm_virtual_cwd.c 	return CWDG(realpath_cache_size);
realpath_cache_size  230 TSRM/tsrm_virtual_cwd.h 	long                   realpath_cache_size;
realpath_cache_size  247 TSRM/tsrm_virtual_cwd.h CWD_API int realpath_cache_size(TSRMLS_D);
realpath_cache_size 3252 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));