Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dcast.c206 if (stream->stdiocast) { in _php_stream_cast()
208 *(FILE**)ret = stream->stdiocast; in _php_stream_cast()
330 stream->stdiocast = *(FILE**)ret; in _php_stream_cast()
H A Dstreams.c320 ret->stdiocast = NULL; in _php_stream_alloc()
475 return fclose(stream->stdiocast); in _php_stream_free()
482 if (release_cast && stream->fclose_stdiocast == PHP_STREAM_FCLOSE_FDOPEN && stream->stdiocast) { in _php_stream_free()
483 fclose(stream->stdiocast); in _php_stream_free()
484 stream->stdiocast = NULL; in _php_stream_free()
1347 fflush(stream->stdiocast); in _php_stream_seek()
/php-src/main/
H A Dphp_streams.h231 FILE *stdiocast; /* cache this, otherwise we might leak! */ member

Completed in 17 milliseconds