Lines Matching refs:URLContext
51 static int tls_close(URLContext *h)
68 static int handle_transport_error(URLContext *h, const char* func_name, int react_on_eagain, int ret)
87 URLContext *h = (URLContext*) ctx;
100 URLContext *h = (URLContext*) ctx;
111 static void handle_pk_parse_error(URLContext *h, int ret)
129 static void handle_handshake_error(URLContext *h, int ret)
167 static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options)
288 static int handle_tls_error(URLContext *h, const char* func_name, int ret)
307 static int tls_read(URLContext *h, uint8_t *buf, int size)
320 static int tls_write(URLContext *h, const uint8_t *buf, int size)
333 static int tls_get_file_handle(URLContext *h)
339 static int tls_get_short_seek(URLContext *h)