Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dplain_wrapper.c155 static int do_fstat(php_stdio_stream_data *d, int force) in do_fstat() function
250 if (self->fd >= 0 && do_fstat(self, 0) == 0) { in detect_is_seekable()
626 if((ret = do_fstat(data, 1)) == 0) { in php_stdiop_stat()
719 if (do_fstat(data, 1) != 0) { in php_stdiop_set_option()
1110 r = do_fstat(self, 0); in _php_stream_fopen()

Completed in 9 milliseconds