Home
last modified time | relevance | path

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

/PHP-7.3/main/streams/
H A Dplain_wrapper.c153 static int do_fstat(php_stdio_stream_data *d, int force) in do_fstat() function
254 self->is_pipe = (do_fstat(self, 0) == 0 && S_ISFIFO(self->sb.st_mode)) ? 1 : 0; in _php_stream_fopen_from_fd()
293 self->is_pipe = (do_fstat(self, 0) == 0 && S_ISFIFO(self->sb.st_mode)) ? 1 : 0; in _php_stream_fopen_from_file()
604 if((ret = do_fstat(data, 1)) == 0) { in php_stdiop_stat()
697 if (do_fstat(data, 1) != 0) { in php_stdiop_set_option()
1081 r = do_fstat(self, 0); in _php_stream_fopen()

Completed in 13 milliseconds