Searched refs:pSeg (Results 1 – 6 of 6) sorted by relevance
152 nn::Result HostBase::pullSegment(Segment *pSeg) in pullSegment() argument154 ASSERT(pSeg!=NULL); in pullSegment()156 nn::Result result = m_transceiver.Pull(pSeg); in pullSegment()
379 nn::Result Transceiver::Pull(Segment *pSeg) in Pull() argument382 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()
84 nn::Result pullSegment(Segment *pSeg);
90 bool ResendQueue::Front(Segment *pSeg) const in Front()92 ASSERT(pSeg!=NULL); in Front()100 *pSeg = m_queue.Front().segment; in Front()
72 nn::Result Pull(Segment *pSeg);
64 bool Front(Segment *pSeg) const;