Searched refs:mpg123_set_index (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/lib/3rdparty/libmpg123/ |
H A D | lfs_alias.c | 195 int NATIVE_NAME(mpg123_set_index)(mpg123_handle *mh, lfs_alias_t *offsets, lfs_alias_t step, size_t… 196 int attribute_align_arg ALIAS_NAME(mpg123_set_index)(mpg123_handle *mh, lfs_alias_t *offsets, lfs_a… in ALIAS_NAME() argument 198 return NATIVE_NAME(mpg123_set_index)(mh, offsets, step, fill); in ALIAS_NAME()
|
H A D | lfs_wrap.c | 404 #undef mpg123_set_index 406 int attribute_align_arg mpg123_set_index(mpg123_handle *mh, long *offsets, long step, size_t fill) in mpg123_set_index() function 435 err = MPG123_LARGENAME(mpg123_set_index)(mh, indextmp, step, fill); in mpg123_set_index()
|
H A D | libmpg123.c | 1673 int attribute_align_arg mpg123_set_index(mpg123_handle *mh, off_t *offsets, off_t step, size_t fill) in mpg123_set_index() function
|
/reactos/sdk/include/reactos/libs/libmpg123/ |
H A D | mpg123.h | 108 #define mpg123_set_index MPG123_LARGENAME(mpg123_set_index) macro 915 MPG123_EXPORT int mpg123_set_index( mpg123_handle *mh
|