Home
last modified time | relevance | path

Searched refs:handle_transport_error (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dtls_mbedtls.c68 static int handle_transport_error(URLContext *h, const char* func_name, int react_on_eagain, int ret) in handle_transport_error() function
95 return handle_transport_error(h, "ffurl_write", MBEDTLS_ERR_SSL_WANT_WRITE, ret); in mbedtls_send()
108 return handle_transport_error(h, "ffurl_read", MBEDTLS_ERR_SSL_WANT_READ, ret); in mbedtls_recv()

Completed in 2 milliseconds