Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.c142 static int HTTP_Post(RTMP *r, RTMPTCmd cmd, const char *buf, int len);
1002 HTTP_Post(r, RTMPT_OPEN, "", 1); in RTMP_Connect1()
1415 HTTP_Post(r, RTMPT_IDLE, "", 1); in ReadN()
1525 nBytes = HTTP_Post(r, RTMPT_SEND, ptr, n); in WriteN()
4149 HTTP_Post(r, RTMPT_CLOSE, "", 1); in CloseInternal()
4407 HTTP_Post(RTMP *r, RTMPTCmd cmd, const char *buf, int len) in HTTP_Post() function