Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dlink.c112 ret = VCWD_LSTAT(link, &sb); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_virtual_cwd.h278 # define VCWD_LSTAT(path, buff) virtual_lstat(path, buff) macro
330 #define VCWD_LSTAT(path, buff) lstat(path, buff) macro
/php-src/main/streams/
H A Dplain_wrapper.c1231 return VCWD_LSTAT(url, &ssb->sb); in php_plain_files_url_stater()
1236 return VCWD_LSTAT(url, &ssb->sb); in php_plain_files_url_stater()

Completed in 11 milliseconds