Searched refs:VCWD_LSTAT (Results 1 – 3 of 3) sorted by relevance
112 ret = VCWD_LSTAT(link, &sb); in PHP_FUNCTION()
268 # define VCWD_LSTAT(path, buff) virtual_lstat(path, buff) macro320 #define VCWD_LSTAT(path, buff) lstat(path, buff) macro
1173 return VCWD_LSTAT(url, &ssb->sb); in php_plain_files_url_stater()1178 return VCWD_LSTAT(url, &ssb->sb); in php_plain_files_url_stater()
Completed in 10 milliseconds