Lines Matching defs:hd
35 URLContext *hd;
143 if ((ret = ffurl_open_whitelist(&c->hd, nested_url, flags,
161 if (c->hd->is_streamed)
162 h->is_streamed = c->hd->is_streamed;
201 int n = ffurl_read(c->hd, c->inbuffer + c->indata,
256 newpos = ffurl_seek( c->hd, pos, AVSEEK_SIZE );
265 return ffurl_seek( c->hd, pos, AVSEEK_SIZE );
293 newpos = ffurl_seek( c->hd, c->position, SEEK_SET );
357 ret = ffurl_write(c->hd, c->write_buf, out_size);
381 ret = ffurl_write(c->hd, out_buf, BLOCKSIZE);
384 ffurl_closep(&c->hd);