Home
last modified time | relevance | path

Searched refs:RTMPSockBuf_Send (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h359 int RTMPSockBuf_Send(RTMPSockBuf *sb, const char *buf, int len);
H A Dhashswf.c178 RTMPSockBuf_Send(&sb, sb.sb_buf, i); in HTTP_get()
H A Drtmp.c1527 nBytes = RTMPSockBuf_Send(&r->m_sb, ptr, n); in WriteN()
4297 RTMPSockBuf_Send(RTMPSockBuf *sb, const char *buf, int len) in RTMPSockBuf_Send() function
4421 RTMPSockBuf_Send(&r->m_sb, hbuf, hlen); in HTTP_Post()
4422 hlen = RTMPSockBuf_Send(&r->m_sb, buf, len); in HTTP_Post()