Searched refs:VCWD_LSTAT (Results 1 – 3 of 3) sorted by relevance
105 ret = VCWD_LSTAT(link, &sb); in PHP_FUNCTION()
272 # define VCWD_LSTAT(path, buff) virtual_lstat(path, buff) macro308 #define VCWD_LSTAT(path, buff) lstat(path, buff) macro
1087 return VCWD_LSTAT(url, &ssb->sb); in php_plain_files_url_stater()1092 return VCWD_LSTAT(url, &ssb->sb); in php_plain_files_url_stater()
Completed in 10 milliseconds