Home
last modified time | relevance | path

Searched refs:realpath_cache (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_virtual_cwd.c397 memset(cwd_g->realpath_cache, 0, sizeof(cwd_g->realpath_cache)); in cwd_globals_ctor()
593 for (i = 0; i < sizeof(CWDG(realpath_cache))/sizeof(CWDG(realpath_cache)[0]); i++) { in realpath_cache_clean()
594 realpath_cache_bucket *p = CWDG(realpath_cache)[i]; in realpath_cache_clean()
600 CWDG(realpath_cache)[i] = NULL; in realpath_cache_clean() local
609 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_del()
672 n = bucket->key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_add()
673 bucket->next = CWDG(realpath_cache)[n]; in realpath_cache_add()
674 CWDG(realpath_cache)[n] = bucket; in realpath_cache_add() local
683 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_find()
722 return (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_max_buckets()
[all …]
H A Dzend_virtual_cwd.h223 realpath_cache_bucket *realpath_cache[1024]; member

Completed in 12 milliseconds