Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/nestegg/test/
Dtest.c30 stdio_seek(int64_t offset, int whence, void * file) in stdio_seek() function
92 stdio_seek, in main()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/test/
Dtest.c30 stdio_seek(int64_t offset, int whence, void * file) in stdio_seek() function
92 stdio_seek, in main()
/external/qemu/distrib/sdl-1.2.15/src/file/
DSDL_rwops.c323 static int SDLCALL stdio_seek(SDL_RWops *context, int offset, int whence) in stdio_seek() function
538 rwops->seek = stdio_seek; in SDL_RWFromFP()