Home
last modified time | relevance | path

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

/PHP-5.3/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.c417 return fclose(stream->stdiocast); in _php_stream_free()
424 if (release_cast && stream->fclose_stdiocast == PHP_STREAM_FCLOSE_FDOPEN && stream->stdiocast) { in _php_stream_free()
425 fclose(stream->stdiocast); in _php_stream_free()
426 stream->stdiocast = NULL; in _php_stream_free()
1207 fflush(stream->stdiocast); in _php_stream_seek()
/PHP-5.3/main/
H A Dphp_streams.h206 FILE *stdiocast; /* cache this, otherwise we might leak! */ member

Completed in 21 milliseconds