Displaying 3 results from an estimated 3 matches for "readbuf".
Did you mean:
read_buf
2001 Feb 14
1
Problem with seek functions,
On Mon, 12 February 2001, OmegaDan wrote:
[snip code]
Hmm, weird.. that does work for me. I only had the trouble that ov_time_tell returned negative infinity
after a ov_time_seek to 0 secs. This is my code:
function TMainForm.ReadBuf(Buffer: PChar; Size: Longword; var Time: Single): Longword;
var BytesRead, Change: Longword;
begin
BytesRead := 0;
Time := ov_time_tell(vf^);
if Time < 0 then // check against NAN, -INF
Time := 0;
repeat
Change := ov_read(vf^, @Buffer[BytesRead], Size - BytesRead, 0, 2, 1,...
2015 Feb 13
1
Error installing Nut 2.7.2 on RedHat 6.6
...39;ssl'
upsclient.c: In function 'upscli_readline':
upsclient.c:1373: error: 'UPSCONN_t' has no member named 'readidx'
upsclient.c:1373: error: 'UPSCONN_t' has no member named 'readlen'
upsclient.c:1375: error: 'UPSCONN_t' has no member named 'readbuf'
upsclient.c:1375: error: 'UPSCONN_t' has no member named 'readbuf'
upsclient.c:1382: error: 'UPSCONN_t' has no member named 'readlen'
upsclient.c:1383: error: 'UPSCONN_t' has no member named 'readidx'
upsclient.c:1386: error: 'UPSCONN_t'...
2013 Feb 01
1
Wine release 1.5.23
...owscodecs: Implement IPropertyBag2::Write.
windowscodecs: Implement IPropertyBag2::Read.
Maarten Lankhorst (1):
dbghelp: Add support for zlib compressed debug sections.
Marcus Meissner (3):
dmusic: Actually return the allocated interface (Coverity).
msvcrt: read_utf8: free readbuf on return (Coverity).
kernel32: Conditional variable tests.
Matteo Bruni (1):
wined3d: Rebind texture before checking for its content in check_fbo_compat().
Michael Stefaniuc (10):
ws2_32: Use assignment instead of memcpy to copy structs.
d3dx9_36/tests: Use assignment ins...