Home
last modified time | relevance | path

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

/PHP-8.4/TSRM/
H A Dtsrm_win32.c274 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
280 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
/PHP-8.4/Zend/
H A Dzend_virtual_cwd.h252 CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, size_t path_len, time_t t);
H A Dzend_virtual_cwd.c464 CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, size_t path_len, time_t t) /… in realpath_cache_lookup() function

Completed in 11 milliseconds