Home
last modified time | relevance | path

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

/PHP-8.3/main/streams/
H A Dplain_wrapper.c162 static int do_fstat(php_stdio_stream_data *d, int force) in do_fstat() function
257 if (self->fd >= 0 && do_fstat(self, 0) == 0) { in detect_is_seekable()
663 if((ret = do_fstat(data, 1)) == 0) { in php_stdiop_stat()
756 if (do_fstat(data, 1) != 0) { in php_stdiop_set_option()
1174 r = do_fstat(self, 0); in _php_stream_fopen()

Completed in 11 milliseconds