Lines Matching defs:h
52 static int tls_close(URLContext *h) in tls_close()
69 static int handle_transport_error(URLContext *h, const char* func_name, int react_on_eagain, int re… in handle_transport_error()
88 URLContext *h = (URLContext*) ctx; in mbedtls_send() local
101 URLContext *h = (URLContext*) ctx; in mbedtls_recv() local
112 static void handle_pk_parse_error(URLContext *h, int ret) in handle_pk_parse_error()
130 static void handle_handshake_error(URLContext *h, int ret) in handle_handshake_error()
162 static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) in tls_open()
278 static int handle_tls_error(URLContext *h, const char* func_name, int ret) in handle_tls_error()
297 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read()
310 static int tls_write(URLContext *h, const uint8_t *buf, int size) in tls_write()
323 static int tls_get_file_handle(URLContext *h) in tls_get_file_handle()
329 static int tls_get_short_seek(URLContext *h) in tls_get_short_seek()