realpath_cache_size 433 Zend/zend_virtual_cwd.c cwd_g->realpath_cache_size = 0; realpath_cache_size 635 Zend/zend_virtual_cwd.c CWDG(realpath_cache_size) = 0; realpath_cache_size 657 Zend/zend_virtual_cwd.c CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1; realpath_cache_size 659 Zend/zend_virtual_cwd.c CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1; realpath_cache_size 682 Zend/zend_virtual_cwd.c if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { realpath_cache_size 716 Zend/zend_virtual_cwd.c CWDG(realpath_cache_size) += size; realpath_cache_size 739 Zend/zend_virtual_cwd.c CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1; realpath_cache_size 741 Zend/zend_virtual_cwd.c CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1; realpath_cache_size 763 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 3224 ext/standard/basic_functions.c PHP_FE(realpath_cache_size, arginfo_realpath_cache_size) realpath_cache_size 1185 ext/standard/filestat.c PHP_FUNCTION(realpath_cache_size) realpath_cache_size 1190 ext/standard/filestat.c RETURN_LONG(realpath_cache_size(TSRMLS_C)); realpath_cache_size 27 ext/standard/php_filestat.h PHP_FUNCTION(realpath_cache_size);