Searched refs:RTMPSockBuf_Send (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.h | 359 int RTMPSockBuf_Send(RTMPSockBuf *sb, const char *buf, int len);
|
| H A D | hashswf.c | 178 RTMPSockBuf_Send(&sb, sb.sb_buf, i); in HTTP_get()
|
| H A D | rtmp.c | 1527 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()
|