Lines Matching defs:h
39 URLContext *h = (URLContext *)ptr; in urlcontext_to_name() local
48 URLContext *h = obj; in urlcontext_child_next() local
359 static inline int retry_transfer_wrapper(URLContext *h, uint8_t *buf, in retry_transfer_wrapper()
361 int (*transfer_func)(URLContext *h, in retry_transfer_wrapper()
404 int ffurl_read(URLContext *h, unsigned char *buf, int size) in ffurl_read()
411 int ffurl_read_complete(URLContext *h, unsigned char *buf, int size) in ffurl_read_complete()
418 int ffurl_write(URLContext *h, const unsigned char *buf, int size) in ffurl_write()
431 int64_t ffurl_seek(URLContext *h, int64_t pos, int whence) in ffurl_seek()
443 URLContext *h= *hh; in ffurl_closep() local
464 int ffurl_close(URLContext *h) in ffurl_close()
479 URLContext *h; in avio_check() local
520 URLContext *h; in avpriv_io_delete() local
536 URLContext *h = NULL; in avio_open_dir() local
574 URLContext *h; in avio_read_dir() local
587 URLContext *h; in avio_close_dir() local
608 int64_t ffurl_size(URLContext *h) in ffurl_size()
623 int ffurl_get_file_handle(URLContext *h) in ffurl_get_file_handle()
630 int ffurl_get_multi_file_handle(URLContext *h, int **handles, int *numhandles) in ffurl_get_multi_file_handle()
647 int ffurl_get_short_seek(URLContext *h) in ffurl_get_short_seek()
654 int ffurl_shutdown(URLContext *h, int flags) in ffurl_shutdown()