Searched refs:pSeg (Results 1 – 6 of 6) sorted by relevance
148 nn::Result HostBase::pullSegment(Segment *pSeg) in pullSegment() argument150 ASSERT(pSeg!=NULL); in pullSegment()152 nn::Result result = m_transceiver.Pull(pSeg); in pullSegment()
377 nn::Result Transceiver::Pull(Segment *pSeg) in Pull() argument380 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()
88 bool ResendQueue::Front(Segment *pSeg) const in Front()90 ASSERT(pSeg!=NULL); in Front()98 *pSeg = m_queue.Front().segment; in Front()
82 nn::Result pullSegment(Segment *pSeg);
70 nn::Result Pull(Segment *pSeg);
62 bool Front(Segment *pSeg) const;