Lines Matching refs:m_nBytesRead
185 p->m_nBytesRead = 0; in RTMPPacket_Reset()
198 p->m_nBytesRead = 0; in RTMPPacket_Alloc()
3648 packet->m_nBytesRead = 0; in RTMP_ReadPacket()
3686 nToRead = packet->m_nBodySize - packet->m_nBytesRead; in RTMP_ReadPacket()
3696 packet->m_chunk->c_chunk = packet->m_body + packet->m_nBytesRead; in RTMP_ReadPacket()
3700 if (ReadN(r, packet->m_body + packet->m_nBytesRead, nChunk) != nChunk) in RTMP_ReadPacket()
3707 RTMP_LogHexString(RTMP_LOGDEBUG2, (uint8_t *)packet->m_body + packet->m_nBytesRead, nChunk); in RTMP_ReadPacket()
3709 packet->m_nBytesRead += nChunk; in RTMP_ReadPacket()
3731 r->m_vecChannelsIn[packet->m_nChannel]->m_nBytesRead = 0; in RTMP_ReadPacket()
4174 r->m_write.m_nBytesRead = 0; in CloseInternal()
5108 if (!pkt->m_nBytesRead) in RTMP_Write()
5153 pkt->m_nBytesRead = enc - pkt->m_body; in RTMP_Write()
5158 enc = pkt->m_body + pkt->m_nBytesRead; in RTMP_Write()
5160 num = pkt->m_nBodySize - pkt->m_nBytesRead; in RTMP_Write()
5164 pkt->m_nBytesRead += num; in RTMP_Write()
5167 if (pkt->m_nBytesRead == pkt->m_nBodySize) in RTMP_Write()
5171 pkt->m_nBytesRead = 0; in RTMP_Write()