Searched refs:AVIO_FLAG_NONBLOCK (Results 1 – 14 of 14) sorted by relevance
127 if (h->flags & AVIO_FLAG_NONBLOCK) { in print_tls_error()323 c->tls_shared.tcp->flags &= ~AVIO_FLAG_NONBLOCK; in tls_read()324 c->tls_shared.tcp->flags |= h->flags & AVIO_FLAG_NONBLOCK; in tls_read()338 c->tls_shared.tcp->flags &= ~AVIO_FLAG_NONBLOCK; in tls_write()339 c->tls_shared.tcp->flags |= h->flags & AVIO_FLAG_NONBLOCK; in tls_write()
241 c->tls_shared.tcp->flags &= ~AVIO_FLAG_NONBLOCK; in tls_read()242 c->tls_shared.tcp->flags |= h->flags & AVIO_FLAG_NONBLOCK; in tls_read()256 c->tls_shared.tcp->flags &= ~AVIO_FLAG_NONBLOCK; in tls_write()257 c->tls_shared.tcp->flags |= h->flags & AVIO_FLAG_NONBLOCK; in tls_write()
108 if (!(h->flags & AVIO_FLAG_NONBLOCK)) { in unix_read()124 if (!(h->flags & AVIO_FLAG_NONBLOCK)) { in unix_write()
282 rt->stream->flags |= h->flags & AVIO_FLAG_NONBLOCK; in rtmpe_read()284 rt->stream->flags &= ~AVIO_FLAG_NONBLOCK; in rtmpe_read()
305 if (!(h->flags & AVIO_FLAG_NONBLOCK)) { in sctp_read()328 if (!(h->flags & AVIO_FLAG_NONBLOCK)) { in sctp_write()
239 if (!(h->flags & AVIO_FLAG_NONBLOCK)) { in tcp_read()255 if (!(h->flags & AVIO_FLAG_NONBLOCK)) { in tcp_write()
385 int poll_delay = h->flags & AVIO_FLAG_NONBLOCK ? 0 : POLLING_TIME; in rtp_read()419 if (h->flags & AVIO_FLAG_NONBLOCK) in rtp_read()477 if (!(h->flags & AVIO_FLAG_NONBLOCK)) { in rtp_write()
143 if (h->flags & AVIO_FLAG_NONBLOCK) { in rtmp_http_read()
693 #define AVIO_FLAG_NONBLOCK 8 macro
964 int avail, nonblock = h->flags & AVIO_FLAG_NONBLOCK; in udp_read()1008 if (!(h->flags & AVIO_FLAG_NONBLOCK)) { in udp_read()1055 if (!(h->flags & AVIO_FLAG_NONBLOCK)) { in udp_write()
661 if (!(h->flags & AVIO_FLAG_NONBLOCK)) { in libsrt_read()680 if (!(h->flags & AVIO_FLAG_NONBLOCK)) { in libsrt_write()
376 if (h->flags & AVIO_FLAG_NONBLOCK) in retry_transfer_wrapper()
1738 s->hd->flags |= AVIO_FLAG_NONBLOCK; in http_shutdown()1740 s->hd->flags &= ~AVIO_FLAG_NONBLOCK; in http_shutdown()
3063 rt->stream->flags |= AVIO_FLAG_NONBLOCK; in rtmp_write()3069 rt->stream->flags &= ~AVIO_FLAG_NONBLOCK; in rtmp_write()