Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dcast.c210 if (stream->stdiocast) { in _php_stream_cast()
212 *(FILE**)ret = stream->stdiocast; in _php_stream_cast()
334 stream->stdiocast = *(FILE**)ret; in _php_stream_cast()
H A Dstreams.c320 ret->stdiocast = NULL; in _php_stream_alloc()
474 return fclose(stream->stdiocast); in _php_stream_free()
481 if (release_cast && stream->fclose_stdiocast == PHP_STREAM_FCLOSE_FDOPEN && stream->stdiocast) { in _php_stream_free()
482 fclose(stream->stdiocast); in _php_stream_free()
483 stream->stdiocast = NULL; in _php_stream_free()
1302 fflush(stream->stdiocast); in _php_stream_seek()
/PHP-7.4/main/
H A Dphp_streams.h214 FILE *stdiocast; /* cache this, otherwise we might leak! */ member

Completed in 17 milliseconds