| 385 | } |
| 386 | |
| 387 | static int async_read(URLContext *h, unsigned char *buf, int size) |
| 388 | { |
| 389 | return async_read_internal(h, buf, size); |
| 390 | } |
| 391 | |
| 392 | static int64_t async_seek(URLContext *h, int64_t pos, int whence) |
| 393 | { |
nothing calls this directly
no test coverage detected