Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c155 memset(cwd_g->realpath_cache, 0, sizeof(cwd_g->realpath_cache)); in cwd_globals_ctor()
177 …ealpath_cache_clean_helper(sizeof(cwd_g->realpath_cache)/sizeof(cwd_g->realpath_cache[0]), cwd_g-> in cwd_globals_dtor()
365 …realpath_cache_clean_helper(sizeof(CWDG(realpath_cache))/sizeof(CWDG(realpath_cache)[0]), CWDG(rea… in realpath_cache_clean()
372 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_del()
373 realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; in realpath_cache_del()
435 n = bucket->key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_add()
436 bucket->next = CWDG(realpath_cache)[n]; in realpath_cache_add()
437 CWDG(realpath_cache)[n] = bucket; in realpath_cache_add() local
446 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_find()
485 return (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_max_buckets()
[all …]
H A Dzend_virtual_cwd.h227 realpath_cache_bucket *realpath_cache[1024]; member

Completed in 13 milliseconds