Lines Matching refs:WriteN
138 static int WriteN(RTMP *r, const char *buffer, int n);
1081 WriteN(r, packet, sizeof packet); in SocksNegotiate()
1502 WriteN(RTMP *r, const char *buffer, int n) in WriteN() function
3768 if (!WriteN(r, clientbuf, RTMP_SIG_SIZE + 1)) in HandShake()
3793 if (!WriteN(r, serversig, RTMP_SIG_SIZE)) in HandShake()
3840 if (!WriteN(r, serverbuf, RTMP_SIG_SIZE + 1)) in SHandShake()
3856 if (!WriteN(r, clientsig, RTMP_SIG_SIZE)) in SHandShake()
3887 wrote = WriteN(r, ptr, chunk->c_headerSize + chunk->c_chunkSize); in RTMP_SendChunk()
3891 wrote = WriteN(r, chunk->c_header, chunk->c_headerSize); in RTMP_SendChunk()
4051 wrote = WriteN(r, header, nChunkSize + hSize); in RTMP_SendPacket()
4090 int wrote = WriteN(r, tbuf, toff-tbuf); in RTMP_SendPacket()