Lines Matching defs:h
52 static int print_tls_error(URLContext *h, int ret) in print_tls_error()
70 static int import_pem(URLContext *h, char *path, CFArrayRef *array) in import_pem()
133 static int load_ca(URLContext *h) in load_ca()
153 static int load_cert(URLContext *h) in load_cert()
198 URLContext *h = (URLContext*)connection; in tls_read_cb() local
227 URLContext *h = (URLContext*)connection; in tls_write_cb() local
245 static int tls_close(URLContext *h) in tls_close()
267 static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) in tls_open()
363 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read()
380 static int tls_write(URLContext *h, const uint8_t *buf, int size) in tls_write()
393 static int tls_get_file_handle(URLContext *h) in tls_get_file_handle()
399 static int tls_get_short_seek(URLContext *h) in tls_get_short_seek()