HomeSort by relevance Sort by last modified time
    Searched full:win32_file_seek (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 126 static int SDLCALL win32_file_seek(SDL_RWops *context, int offset, int whence) function
132 SDL_SetError("win32_file_seek: invalid context/file not opened");
150 SDL_SetError("win32_file_seek: Unknown value for 'whence'");
442 rwops->seek = win32_file_seek;
  /prebuilt/windows/sdl/lib/
libSDL.a     [all...]

Completed in 276 milliseconds