Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dplain_wrapper.c140 static int do_fstat(php_stdio_stream_data *d, int force) in do_fstat() function
241 self->is_pipe = (do_fstat(self, 0) == 0 && S_ISFIFO(self->sb.st_mode)) ? 1 : 0; in _php_stream_fopen_from_fd()
280 self->is_pipe = (do_fstat(self, 0) == 0 && S_ISFIFO(self->sb.st_mode)) ? 1 : 0; in _php_stream_fopen_from_file()
577 ret = do_fstat(data, 1); in php_stdiop_stat()
668 do_fstat(data, 1); in php_stdiop_set_option()
998 r = do_fstat(self, 0); in _php_stream_fopen()

Completed in 9 milliseconds