Searched refs:do_fstat (Results 1 – 1 of 1) sorted by relevance
153 static int do_fstat(php_stdio_stream_data *d, int force) in do_fstat() function254 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()600 if((ret = do_fstat(data, 1)) == 0) { in php_stdiop_stat()693 if(do_fstat(data, 1) != 0) { in php_stdiop_set_option()1036 r = do_fstat(self, 0); in _php_stream_fopen()
Completed in 6 milliseconds