OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RW_SEEK_CUR
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.12/include/
SDL_rwops.h
110
#define
RW_SEEK_CUR
1 /* Seek relative to current read point */
115
#define SDL_RWtell(ctx) (ctx)->seek(ctx, 0,
RW_SEEK_CUR
)
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_rwops.h
110
#define
RW_SEEK_CUR
1 /* Seek relative to current read point */
115
#define SDL_RWtell(ctx) (ctx)->seek(ctx, 0,
RW_SEEK_CUR
)
/prebuilt/linux-x86/sdl/include/SDL/
SDL_rwops.h
110
#define
RW_SEEK_CUR
1 /* Seek relative to current read point */
115
#define SDL_RWtell(ctx) (ctx)->seek(ctx, 0,
RW_SEEK_CUR
)
/prebuilt/windows/sdl/include/SDL/
SDL_rwops.h
110
#define
RW_SEEK_CUR
1 /* Seek relative to current read point */
115
#define SDL_RWtell(ctx) (ctx)->seek(ctx, 0,
RW_SEEK_CUR
)
Completed in 480 milliseconds