Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/rdt/CTR/
Drdt_HostBase.cpp148 nn::Result HostBase::pullSegment(Segment *pSeg) in pullSegment() argument
150 ASSERT(pSeg!=NULL); in pullSegment()
152 nn::Result result = m_transceiver.Pull(pSeg); in pullSegment()
Drdt_Transceiver.cpp377 nn::Result Transceiver::Pull(Segment *pSeg) in Pull() argument
380 ASSERT(pSeg!=NULL); in Pull()
383 int n = RecvRawData(m_sock, pSeg, sizeof(Segment)); in Pull()
386 int n = RecvRawData(&m_recvEp, pSeg, sizeof(Segment), &ret); in Pull()
388 if((n==sizeof(Segment)) && pSeg->IsValid()) in Pull()
Drdt_ResendQueue.cpp88 bool ResendQueue::Front(Segment *pSeg) const in Front()
90 ASSERT(pSeg!=NULL); in Front()
98 *pSeg = m_queue.Front().segment; in Front()
Drdt_HostBase.h82 nn::Result pullSegment(Segment *pSeg);
Drdt_Transceiver.h70 nn::Result Pull(Segment *pSeg);
Drdt_ResendQueue.h62 bool Front(Segment *pSeg) const;