realpath_cache 435 Zend/zend_virtual_cwd.c memset(cwd_g->realpath_cache, 0, sizeof(cwd_g->realpath_cache)); realpath_cache 635 Zend/zend_virtual_cwd.c for (i = 0; i < sizeof(CWDG(realpath_cache))/sizeof(CWDG(realpath_cache)[0]); i++) { realpath_cache 636 Zend/zend_virtual_cwd.c realpath_cache_bucket *p = CWDG(realpath_cache)[i]; realpath_cache 642 Zend/zend_virtual_cwd.c CWDG(realpath_cache)[i] = NULL; realpath_cache 651 Zend/zend_virtual_cwd.c zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); realpath_cache 652 Zend/zend_virtual_cwd.c realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; realpath_cache 714 Zend/zend_virtual_cwd.c n = bucket->key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); realpath_cache 715 Zend/zend_virtual_cwd.c bucket->next = CWDG(realpath_cache)[n]; realpath_cache 716 Zend/zend_virtual_cwd.c CWDG(realpath_cache)[n] = bucket; realpath_cache 725 Zend/zend_virtual_cwd.c zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); realpath_cache 726 Zend/zend_virtual_cwd.c realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; realpath_cache 764 Zend/zend_virtual_cwd.c return (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); realpath_cache 769 Zend/zend_virtual_cwd.c return CWDG(realpath_cache); realpath_cache 235 Zend/zend_virtual_cwd.h realpath_cache_bucket *realpath_cache[1024];