realpath_cache 436 Zend/zend_virtual_cwd.c memset(cwd_g->realpath_cache, 0, sizeof(cwd_g->realpath_cache)); realpath_cache 626 Zend/zend_virtual_cwd.c for (i = 0; i < sizeof(CWDG(realpath_cache))/sizeof(CWDG(realpath_cache)[0]); i++) { realpath_cache 627 Zend/zend_virtual_cwd.c realpath_cache_bucket *p = CWDG(realpath_cache)[i]; realpath_cache 633 Zend/zend_virtual_cwd.c CWDG(realpath_cache)[i] = NULL; realpath_cache 646 Zend/zend_virtual_cwd.c unsigned long n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); realpath_cache 647 Zend/zend_virtual_cwd.c realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; realpath_cache 713 Zend/zend_virtual_cwd.c n = bucket->key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); realpath_cache 714 Zend/zend_virtual_cwd.c bucket->next = CWDG(realpath_cache)[n]; realpath_cache 715 Zend/zend_virtual_cwd.c CWDG(realpath_cache)[n] = bucket; realpath_cache 729 Zend/zend_virtual_cwd.c unsigned long n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); realpath_cache 730 Zend/zend_virtual_cwd.c realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; realpath_cache 768 Zend/zend_virtual_cwd.c return (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); realpath_cache 773 Zend/zend_virtual_cwd.c return CWDG(realpath_cache); realpath_cache 235 Zend/zend_virtual_cwd.h realpath_cache_bucket *realpath_cache[1024];