Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c95 RTMP_ctrlC = TRUE; in sigIntHandler()
593 while (!RTMP_ctrlC && nRead > -1 && RTMP_IsConnected(rtmp) && !RTMP_IsTimedout(rtmp)); in Download()
628 if ((duration > 0 && *percent < 99.9) || RTMP_ctrlC || nRead < 0 in Download()
1275 while (!RTMP_ctrlC) in main()
H A Drtmpgw.c763 RTMP_ctrlC = TRUE; in sigIntHandler()
H A Drtmpsuck.c1130 RTMP_ctrlC = TRUE; in sigIntHandler()
H A Drtmpsrv.c1061 RTMP_ctrlC = TRUE; in sigIntHandler()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h70 extern int RTMP_ctrlC;
H A Drtmp.c74 int RTMP_ctrlC; variable
172 RTMP_ctrlC = TRUE; in RTMP_UserInterrupt()
1536 if (sockerr == EINTR && !RTMP_ctrlC) in WriteN()
4281 if (sockerr == EINTR && !RTMP_ctrlC) in RTMPSockBuf_Fill()