Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dlink.c105 ret = VCWD_LSTAT(link, &sb); in PHP_FUNCTION()
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.h277 # define VCWD_LSTAT(path, buff) virtual_lstat(path, buff) macro
329 #define VCWD_LSTAT(path, buff) lstat(path, buff) macro
/PHP-7.1/main/streams/
H A Dplain_wrapper.c1095 return VCWD_LSTAT(url, &ssb->sb); in php_plain_files_url_stater()
1100 return VCWD_LSTAT(url, &ssb->sb); in php_plain_files_url_stater()

Completed in 14 milliseconds