Lines Matching refs:nMsgBufSiz
52 sal_uIntPtr nMsgBufSiz; member in INetMessageEncodeQPStream_Impl
103 sal_uIntPtr nMsgBufSiz; member in INetMessageEncode64Stream_Impl
132 sal_uIntPtr nMsgBufSiz; member in INetMessageDecode64Stream_Impl
616 nMsgBufSiz (nMsgBufferSize), in INetMessageEncodeQPStream_Impl()
623 pMsgBuffer = new sal_Char[nMsgBufSiz]; in INetMessageEncodeQPStream_Impl()
772 sal_uIntPtr nRead = pMsgStrm->Read (pMsgBuffer, nMsgBufSiz); in GetMsgLine()
966 nMsgBufSiz (nMsgBufferSize), in INetMessageEncode64Stream_Impl()
972 pMsgBuffer = new sal_uInt8[nMsgBufSiz]; in INetMessageEncode64Stream_Impl()
1062 sal_uIntPtr nRead = pMsgStrm->Read (pMsgBuffer, nMsgBufSiz); in GetMsgLine()
1174 nMsgBufSiz (nMsgBufferSize) in INetMessageDecode64Stream_Impl()
1178 pMsgBuffer = new sal_Char[nMsgBufSiz]; in INetMessageDecode64Stream_Impl()