Home
last modified time | relevance | path

Searched refs:io_seek (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/tools/
Dtarget_dem_fuzzer.c64 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/
Dgiochannel.h143 GIOStatus (*io_seek) (GIOChannel *channel, member
Dgiochannel.c408 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()