Home
last modified time | relevance | path

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

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c597 realpath_cache_bucket *p = CWDG(realpath_cache)[i]; in realpath_cache_clean()
599 realpath_cache_bucket *r = p; in realpath_cache_clean()
617 realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; in realpath_cache_del()
622 realpath_cache_bucket *r = *bucket; in realpath_cache_del()
643 long size = sizeof(realpath_cache_bucket) + path_len + 1; in realpath_cache_add()
653 realpath_cache_bucket *bucket = malloc(size); in realpath_cache_add()
665 bucket->path = (char*)bucket + sizeof(realpath_cache_bucket); in realpath_cache_add()
700 realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; in realpath_cache_find()
704 realpath_cache_bucket *r = *bucket; in realpath_cache_find()
741 CWD_API realpath_cache_bucket** realpath_cache_get_buckets(TSRMLS_D) in realpath_cache_get_buckets()
[all …]
H A Dtsrm_virtual_cwd.h226 } realpath_cache_bucket; typedef
233 realpath_cache_bucket *realpath_cache[1024];
246 CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, int path_len, time_t t TSRML…
249 CWD_API realpath_cache_bucket** realpath_cache_get_buckets(TSRMLS_D);
H A Dtsrm_win32.c208 realpath_cache_bucket * bucket = NULL; in tsrm_win32_access()
/PHP-5.5/ext/standard/
H A Dfilestat.c1197realpath_cache_bucket **buckets = realpath_cache_get_buckets(TSRMLS_C), **end = buckets + realpath… in PHP_FUNCTION()
1205 realpath_cache_bucket *bucket = *buckets; in PHP_FUNCTION()

Completed in 28 milliseconds