Lines Matching refs:nRead
184 int nRead = 0; in Decode64() local
185 while ((nRead = rIn.Read (pBuf, 8192)) > 0) in Decode64()
186 aStream.Write( pBuf, nRead ); in Decode64()
206 int nRead = 0; in Encode64() local
207 while ((nRead = aStream.Read (pBuf, 8192)) > 0) in Encode64()
208 rOut.Write( pBuf, nRead ); in Encode64()
297 int nRead = GetMsgLine (pBuffer, nBufSiz); in GetData() local
298 if (nRead > 0) in GetData()
301 pRead = pBuffer + nRead; in GetData()
378 sal_uIntPtr nRead = pMsgStrm->Read (pWBuf, (pWEnd - pWBuf)); in GetMsgLine() local
379 pWBuf += nRead; in GetMsgLine()
772 sal_uIntPtr nRead = pMsgStrm->Read (pMsgBuffer, nMsgBufSiz); in GetMsgLine() local
773 if (nRead > 0) in GetMsgLine()
776 pMsgRead = (pMsgBuffer + nRead); in GetMsgLine()
924 sal_Size nRead = pMsgBuffer->Tell(); in PutMsgLine() local
925 if (nRead > 0) in PutMsgLine()
932 (sal_Char *)(pMsgBuffer->GetData()), nRead, &nWrite); in PutMsgLine()
935 if (nWrite < nRead) return INETSTREAM_STATUS_ERROR; in PutMsgLine()
1062 sal_uIntPtr nRead = pMsgStrm->Read (pMsgBuffer, nMsgBufSiz); in GetMsgLine() local
1063 if (nRead > 0) in GetMsgLine()
1066 pMsgRead = (pMsgBuffer + nRead); in GetMsgLine()
1215 sal_Size nRead = pMsgWrite - pMsgBuffer; in PutMsgLine() local
1218 pLB->FillAppend (pMsgBuffer, nRead, &nWrite); in PutMsgLine()
1221 if (nWrite < nRead) in PutMsgLine()
1233 sal_Size nRead = pMsgWrite - pMsgBuffer; in PutMsgLine() local
1236 pLB->FillAppend (pMsgBuffer, nRead, &nWrite); in PutMsgLine()
1239 if (nWrite < nRead) return INETSTREAM_STATUS_ERROR; in PutMsgLine()
1450 int nRead = INetMessageIOStream::GetMsgLine (pData, nSize); in GetMsgLine() local
1451 if (nRead <= 0) in GetMsgLine()
1456 return nRead; in GetMsgLine()
1512 int nRead = pChildStrm->Read (pData, nSize); in GetMsgLine() local
1513 if (nRead > 0) in GetMsgLine()
1515 return nRead; in GetMsgLine()
1567 int nRead = pEncodeStrm->Read (pData, nSize); in GetMsgLine() local
1568 if (nRead > 0) in GetMsgLine()
1570 return nRead; in GetMsgLine()