OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:win32_file_seek
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c
186
static int SDLCALL
win32_file_seek
(SDL_RWops *context, int offset, int whence)
function
192
SDL_SetError("
win32_file_seek
: invalid context/file not opened");
210
SDL_SetError("
win32_file_seek
: Unknown value for 'whence'");
503
rwops->seek =
win32_file_seek
;
Completed in 4613 milliseconds