Home
last modified time | relevance | path

Searched refs:realpath_cache_bucket (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c164 realpath_cache_bucket *p = cache[i]; in realpath_cache_clean_helper()
166 realpath_cache_bucket *r = p; in realpath_cache_clean_helper()
373 realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; in realpath_cache_del()
378 realpath_cache_bucket *r = *bucket; in realpath_cache_del()
399 zend_long size = sizeof(realpath_cache_bucket) + path_len + 1; in realpath_cache_add()
409 realpath_cache_bucket *bucket = malloc(size); in realpath_cache_add()
417 bucket->path = (char*)bucket + sizeof(realpath_cache_bucket); in realpath_cache_add()
447 realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; in realpath_cache_find()
451 realpath_cache_bucket *r = *bucket; in realpath_cache_find()
488 CWD_API realpath_cache_bucket** realpath_cache_get_buckets(void) in realpath_cache_get_buckets()
[all …]
H A Dzend_virtual_cwd.h220 } realpath_cache_bucket; typedef
227 realpath_cache_bucket *realpath_cache[1024];
241 CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, size_t path_len, time_t t);
244 CWD_API realpath_cache_bucket** realpath_cache_get_buckets(void);
/PHP-7.4/ext/standard/
H A Dfilestat.c1110realpath_cache_bucket **buckets = realpath_cache_get_buckets(), **end = buckets + realpath_cache_m… in PHP_FUNCTION()
1118 realpath_cache_bucket *bucket = *buckets; in PHP_FUNCTION()
/PHP-7.4/TSRM/
H A Dtsrm_win32.c207 realpath_cache_bucket * bucket = NULL; in tsrm_win32_access()

Completed in 38 milliseconds