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