Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c593 while (!RTMP_ctrlC && nRead > -1 && RTMP_IsConnected(rtmp) && !RTMP_IsTimedout(rtmp)); in Download()
629 || RTMP_IsTimedout(rtmp)) in Download()
1334 if (!RTMP_IsTimedout(&rtmp)) in main()
1359 if (!RTMP_IsTimedout(&rtmp)) in main()
1369 if (!RTMP_IsTimedout(&rtmp)) in main()
1388 if (nStatus != RD_INCOMPLETE || !RTMP_IsTimedout(&rtmp) || bLiveStream) in main()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h324 int RTMP_IsTimedout(RTMP *r);
H A Drtmp.c375 RTMP_IsTimedout(RTMP *r) in RTMP_IsTimedout() function
1151 if (RTMP_IsTimedout(r) && r->m_read.status == RTMP_READ_EOF) in RTMP_ToggleStream()