Home
last modified time | relevance | path

Searched refs:pSeg (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/rdt/CTR/
Drdt_HostBase.cpp152 nn::Result HostBase::pullSegment(Segment *pSeg) in pullSegment() argument
154 ASSERT(pSeg!=NULL); in pullSegment()
156 nn::Result result = m_transceiver.Pull(pSeg); in pullSegment()
Drdt_Transceiver.cpp379 nn::Result Transceiver::Pull(Segment *pSeg) in Pull() argument
382 ASSERT(pSeg!=NULL); in Pull()
385 int n = RecvRawData(m_sock, pSeg, sizeof(Segment)); in Pull()
388 int n = RecvRawData(&m_recvEp, pSeg, sizeof(Segment), &ret); in Pull()
390 if((n==sizeof(Segment)) && pSeg->IsValid()) in Pull()
Drdt_HostBase.h84 nn::Result pullSegment(Segment *pSeg);
Drdt_ResendQueue.cpp90 bool ResendQueue::Front(Segment *pSeg) const in Front()
92 ASSERT(pSeg!=NULL); in Front()
100 *pSeg = m_queue.Front().segment; in Front()
Drdt_ResendQueue.h64 bool Front(Segment *pSeg) const;
Drdt_Transceiver.h72 nn::Result Pull(Segment *pSeg);