Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dlink.c105 ret = VCWD_LSTAT(link, &sb); in PHP_FUNCTION()
/PHP-7.0/Zend/
H A Dzend_virtual_cwd.h272 # define VCWD_LSTAT(path, buff) virtual_lstat(path, buff) macro
308 #define VCWD_LSTAT(path, buff) lstat(path, buff) macro
/PHP-7.0/main/streams/
H A Dplain_wrapper.c1087 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