Lines Matching refs:pLB
412 SvOpenLockBytes *pLB = in ~INetMessageOStream() local
414 if (pLB) in ~INetMessageOStream()
416 pLB->Flush(); in ~INetMessageOStream()
417 pLB->Terminate(); in ~INetMessageOStream()
557 SvOpenLockBytes *pLB = in PutMsgLine() local
559 if (pLB == NULL) in PutMsgLine()
565 pLB->FillAppend ((sal_Char *)pData, nSize, &nWrite); in PutMsgLine()
869 SvOpenLockBytes * pLB = PTR_CAST(SvOpenLockBytes, pMsg->GetDocumentLB()); in PutMsgLine() local
870 if (pLB == NULL) return INETSTREAM_STATUS_WOULDBLOCK; in PutMsgLine()
931 pLB->FillAppend ( in PutMsgLine()
1199 SvOpenLockBytes * pLB = PTR_CAST(SvOpenLockBytes, pMsg->GetDocumentLB()); in PutMsgLine() local
1200 if (pLB == NULL) return INETSTREAM_STATUS_WOULDBLOCK; in PutMsgLine()
1218 pLB->FillAppend (pMsgBuffer, nRead, &nWrite); in PutMsgLine()
1236 pLB->FillAppend (pMsgBuffer, nRead, &nWrite); in PutMsgLine()