Home
last modified time | relevance | path

Searched refs:WriteN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhandshake.h814 if (!WriteN(r, (char *)clientsig-1, RTMP_SIG_SIZE + 1)) in HandShake()
968 if (!WriteN(r, (char *)reply, RTMP_SIG_SIZE)) in HandShake()
1201 if (!WriteN(r, (char *)serversig-1, RTMP_SIG_SIZE + 1)) in SHandShake()
1328 if (!WriteN(r, (char *)clientsig, RTMP_SIG_SIZE)) in SHandShake()
H A Drtmp.c138 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()
[all …]