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