Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/MAPIEx/
H A DMAPIAttachment.cpp150 ULONG ulRead; in Read() local
151 m_pStream->Read(pData, nCount, &ulRead); in Read()
152 return ulRead; in Read()
192 ULONG ulRead; in SaveAttachment() local
195 ulRead = Read(pData, BUF_SIZE); in SaveAttachment()
196 if(ulRead >= 0) in SaveAttachment()
197 file.Cat(pData, ulRead); in SaveAttachment()
198 } while(ulRead >= BUF_SIZE); in SaveAttachment()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/xtrans/
H A DXtransos2.c757 ULONG ulRead; variable
760 rc = DosRead(ciptr->fd, buf, size, &ulRead);
762 ret = ulRead;
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/
H A Dexpst.cxx542 ULONG ulRead; in CopyTo() local
543 olHChk(Read(pb, cbPart, &ulRead)); in CopyTo()
544 if (cbPart != ulRead) in CopyTo()