Home
last modified time | relevance | path

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

/PHP-7.4/TSRM/
H A Dtsrm_win32.c277 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
283 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h241 CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, size_t path_len, time_t t);
H A Dzend_virtual_cwd.c472 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 14 milliseconds