Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A DChangeLog22 - fix bad switch() from -r477 in RTMP_Read
24 - fix crash on socket failure while RTMP_Read() is reading header
37 - fix RTMP_Read, return 0 on EOF, not -1
38 - change RTMP_Read to return 1 packet at a time, fix buffer mgmt
71 - implement RTMP_Read() and RTMP_Write() to simplify library use
H A Drtmpgw.c594 nRead = RTMP_Read(&rtmp, buffer, PACKET_SIZE); in processTCPrequest()
H A Drtmpdump.c517 nRead = RTMP_Read(rtmp, buffer, bufferSize); in Download()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h367 int RTMP_Read(RTMP *r, char *buf, int size);
H A Drtmp.c4981 RTMP_Read(RTMP *r, char *buf, int size) in RTMP_Read() function