Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dcast.c219 if (stream->stdiocast) { in _php_stream_cast()
221 *(FILE**)ret = stream->stdiocast; in _php_stream_cast()
341 stream->stdiocast = *(FILE**)ret; in _php_stream_cast()
H A Dstreams.c339 ret->stdiocast = NULL; in _php_stream_alloc()
483 return fclose(stream->stdiocast); in _php_stream_free()
490 if (release_cast && stream->fclose_stdiocast == PHP_STREAM_FCLOSE_FDOPEN && stream->stdiocast) { in _php_stream_free()
491 fclose(stream->stdiocast); in _php_stream_free()
492 stream->stdiocast = NULL; in _php_stream_free()
1277 fflush(stream->stdiocast); in _php_stream_seek()
/PHP-5.5/main/
H A Dphp_streams.h204 FILE *stdiocast; /* cache this, otherwise we might leak! */ member

Completed in 21 milliseconds