Searched refs:xread (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/oleaut32/ |
H A D | olepicture.c | 1343 ULONG xread, toread; in OLEPictureImpl_Load() local 1386 headerread += xread; in OLEPictureImpl_Load() 1387 xread = 0; in OLEPictureImpl_Load() 1414 xread = 8; in OLEPictureImpl_Load() 1433 hr = IStream_Read(pStm,xbuf+xread,origsize-xread,&nread); in OLEPictureImpl_Load() 1434 xread += nread; in OLEPictureImpl_Load() 1449 This->datalen = xread; in OLEPictureImpl_Load() 1462 hr = IStream_Read(pStm,xbuf+xread,This->datalen-xread,&nread); in OLEPictureImpl_Load() 1463 xread += nread; in OLEPictureImpl_Load() 1467 if (xread != This->datalen) in OLEPictureImpl_Load() [all …]
|
/reactos/dll/win32/ole32/ |
H A D | memlockbytes.c | 151 ULONG xread; in GetHGlobalFromILockBytes() local 171 hres = ILockBytes_ReadAt(iface, start, GlobalLock(*phglobal), stbuf.cbSize.u.LowPart, &xread); in GetHGlobalFromILockBytes() 177 if (stbuf.cbSize.u.LowPart != xread) { in GetHGlobalFromILockBytes() 178 FIXME("Read size is not requested size %d vs %d?\n",stbuf.cbSize.u.LowPart, xread); in GetHGlobalFromILockBytes()
|
/reactos/dll/win32/kernel32/wine/ |
H A D | lzexpand.c | 486 _readfun xread; in LZCopy() local 498 xread=(_readfun)_hread; // ROSHACK in LZCopy() 500 xread=_lread; in LZCopy() 503 xread=(_readfun)LZRead; in LZCopy() 506 ret=xread(src,buf,BUFLEN); in LZCopy()
|