Home
last modified time | relevance | path

Searched refs:pNBytesRead (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/common/
H A DIOStream.cpp195 bool IOStream::ReadFullBuffer(void *pBuffer, int NBytes, int *pNBytesRead, int Timeout) in ReadFullBuffer() argument
199 if(pNBytesRead) (*pNBytesRead) = 0; in ReadFullBuffer()
212 if(pNBytesRead) (*pNBytesRead) += bytesRead; in ReadFullBuffer()
H A DIOStream.h123 …bool ReadFullBuffer(void *pBuffer, int NBytes, int *pNBytesRead, int Timeout = IOStream::TimeOutIn…