Searched refs:io_seek (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/tools/ |
D | target_dem_fuzzer.c | 64 static int64_t io_seek(void *opaque, int64_t offset, int whence) in io_seek() function 181 io_read, NULL, seekable ? io_seek : NULL); in LLVMFuzzerTestOneInput()
|
/third_party/glib/glib/ |
D | giochannel.h | 143 GIOStatus (*io_seek) (GIOChannel *channel, member
|
D | giochannel.c | 408 status = channel->funcs->io_seek (channel, offset, type, &err); in g_io_channel_seek() 1146 status = channel->funcs->io_seek (channel, offset, type, error); in g_io_channel_seek_position()
|