Lines Matching defs:h
39 URLContext *h = (URLContext *)ptr; in urlcontext_to_name() local
48 URLContext *h = obj; in urlcontext_child_next() local
356 static inline int retry_transfer_wrapper(URLContext *h, uint8_t *buf, in retry_transfer_wrapper()
358 int (*transfer_func)(URLContext *h, in retry_transfer_wrapper()
401 int ffurl_read(URLContext *h, unsigned char *buf, int size) in ffurl_read()
408 int ffurl_read_complete(URLContext *h, unsigned char *buf, int size) in ffurl_read_complete()
415 int ffurl_write(URLContext *h, const unsigned char *buf, int size) in ffurl_write()
428 int64_t ffurl_seek(URLContext *h, int64_t pos, int whence) in ffurl_seek()
440 URLContext *h= *hh; in ffurl_closep() local
461 int ffurl_close(URLContext *h) in ffurl_close()
476 URLContext *h; in avio_check() local
517 URLContext *h; in ffurl_delete() local
533 URLContext *h = NULL; in avio_open_dir() local
571 URLContext *h; in avio_read_dir() local
584 URLContext *h; in avio_close_dir() local
605 int64_t ffurl_size(URLContext *h) in ffurl_size()
620 int ffurl_get_file_handle(URLContext *h) in ffurl_get_file_handle()
627 int ffurl_get_multi_file_handle(URLContext *h, int **handles, int *numhandles) in ffurl_get_multi_file_handle()
644 int ffurl_get_short_seek(URLContext *h) in ffurl_get_short_seek()
651 int ffurl_shutdown(URLContext *h, int flags) in ffurl_shutdown()