Displaying 2 results from an estimated 2 matches for "istream_read".
Did you mean:
i_stream_read
2010 Aug 31
0
istream_read like zlib, but without zlib
Hy Timo !
I Made some modification in stream_read in zlib. I remove all zlib part,
because i don't need this, but i need to read a istream to change it.
Well, i create a size_t called supersize, with is a substitute for
stream->zs.avail_in.
The trouble is, my debug file have a lot of "READ Plugin\n", and i think
it's because my read becomes a loop, i think it's because
2007 Jan 25
0
Wine release 0.9.30
...tests.
ole32: Use the standard list functions for the global interface table implementation.
ole32: Move test for CoGetInterfaceAndReleaseStream to compobj.c.
ole32: Remove some unneeded inclusions of headers.
ole32: Fix HGLOBALStreamImpl_CopyTo to check the return values of IStream_Read and IStream_Write and to not compare the bytes read to the bytes written.
ole32: Return an error in CoMarshalInterface if pStream is NULL.
ole32: Fix Read/WriteClassStm to return an error if the passed in stream pointer is NULL.
ole32: Return an error from CoUnmarshalInterface if...