Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.c435 static inline realpath_cache_bucket* realpath_cache_find(const char *path, size_t path_len, time_t … in realpath_cache_find() function
466 return realpath_cache_find(path, path_len, t); in realpath_cache_lookup()
582 if ((bucket = realpath_cache_find(path, len, *t)) != NULL) { in tsrm_realpath_r()

Completed in 8 milliseconds