Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libmpg123/
H A Dlfs_alias.c177 lfs_alias_t NATIVE_NAME(mpg123_seek_frame)(mpg123_handle *mh, lfs_alias_t frameoff, int whence);
178 …ribute_align_arg ALIAS_NAME(mpg123_seek_frame)(mpg123_handle *mh, lfs_alias_t frameoff, int whence) in ALIAS_NAME()
180 return NATIVE_NAME(mpg123_seek_frame)(mh, frameoff, whence); in ALIAS_NAME()
H A Dlfs_wrap.c313 long attribute_align_arg mpg123_seek_frame(mpg123_handle *mh, long frameoff, int whence) in mpg123_seek_frame() argument
318 largeval = MPG123_LARGENAME(mpg123_seek_frame)(mh, frameoff, whence); in mpg123_seek_frame()
/reactos/sdk/include/reactos/libs/libmpg123/
H A Dmpg123.h887 , off_t frameoff, int whence );