Searched refs:RTMP_ctrlC (Results 1 – 6 of 6) sorted by relevance
95 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()
763 RTMP_ctrlC = TRUE; in sigIntHandler()
1130 RTMP_ctrlC = TRUE; in sigIntHandler()
1061 RTMP_ctrlC = TRUE; in sigIntHandler()
70 extern int RTMP_ctrlC;
74 int RTMP_ctrlC; variable172 RTMP_ctrlC = TRUE; in RTMP_UserInterrupt()1536 if (sockerr == EINTR && !RTMP_ctrlC) in WriteN()4281 if (sockerr == EINTR && !RTMP_ctrlC) in RTMPSockBuf_Fill()