realpath_cache_bucket 208 TSRM/tsrm_win32.c realpath_cache_bucket * bucket = NULL; realpath_cache_bucket 625 Zend/zend_virtual_cwd.c realpath_cache_bucket *p = CWDG(realpath_cache)[i]; realpath_cache_bucket 627 Zend/zend_virtual_cwd.c realpath_cache_bucket *r = p; realpath_cache_bucket 645 Zend/zend_virtual_cwd.c realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; realpath_cache_bucket 650 Zend/zend_virtual_cwd.c realpath_cache_bucket *r = *bucket; realpath_cache_bucket 655 Zend/zend_virtual_cwd.c CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1; realpath_cache_bucket 657 Zend/zend_virtual_cwd.c CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1; realpath_cache_bucket 671 Zend/zend_virtual_cwd.c long size = sizeof(realpath_cache_bucket) + path_len + 1; realpath_cache_bucket 681 Zend/zend_virtual_cwd.c realpath_cache_bucket *bucket = malloc(size); realpath_cache_bucket 693 Zend/zend_virtual_cwd.c bucket->path = (char*)bucket + sizeof(realpath_cache_bucket); realpath_cache_bucket 719 Zend/zend_virtual_cwd.c static inline realpath_cache_bucket* realpath_cache_find(const char *path, int path_len, time_t t TSRMLS_DC) /* {{{ */ realpath_cache_bucket 728 Zend/zend_virtual_cwd.c realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; realpath_cache_bucket 732 Zend/zend_virtual_cwd.c realpath_cache_bucket *r = *bucket; realpath_cache_bucket 737 Zend/zend_virtual_cwd.c CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1; realpath_cache_bucket 739 Zend/zend_virtual_cwd.c CWDG(realpath_cache_size) -= sizeof(realpath_cache_bucket) + r->path_len + 1 + r->realpath_len + 1; realpath_cache_bucket 753 Zend/zend_virtual_cwd.c CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, int path_len, time_t t TSRMLS_DC) /* {{{ */ realpath_cache_bucket 769 Zend/zend_virtual_cwd.c CWD_API realpath_cache_bucket** realpath_cache_get_buckets(TSRMLS_D) realpath_cache_bucket 789 Zend/zend_virtual_cwd.c realpath_cache_bucket *bucket; realpath_cache_bucket 235 Zend/zend_virtual_cwd.h realpath_cache_bucket *realpath_cache[1024]; realpath_cache_bucket 248 Zend/zend_virtual_cwd.h CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, int path_len, time_t t TSRMLS_DC); realpath_cache_bucket 251 Zend/zend_virtual_cwd.h CWD_API realpath_cache_bucket** realpath_cache_get_buckets(TSRMLS_D); realpath_cache_bucket 1197 ext/standard/filestat.c realpath_cache_bucket **buckets = realpath_cache_get_buckets(TSRMLS_C), **end = buckets + realpath_cache_max_buckets(TSRMLS_C); realpath_cache_bucket 1205 ext/standard/filestat.c realpath_cache_bucket *bucket = *buckets;