Home
last modified time | relevance | path

Searched refs:mpg123_open_fd (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/3rdparty/libmpg123/
H A Dlfs_alias.c117 int NATIVE_NAME(mpg123_open_fd)(mpg123_handle *mh, int fd);
118 int attribute_align_arg ALIAS_NAME(mpg123_open_fd)(mpg123_handle *mh, int fd) in ALIAS_NAME() argument
120 return NATIVE_NAME(mpg123_open_fd)(mh, fd); in ALIAS_NAME()
H A Dlfs_wrap.c574 #undef mpg123_open_fd
724 int attribute_align_arg mpg123_open_fd(mpg123_handle *mh, int fd) in mpg123_open_fd() function
752 else return MPG123_LARGENAME(mpg123_open_fd)(mh, fd); in mpg123_open_fd()
H A Dlibmpg123.c514 int attribute_align_arg mpg123_open_fd(mpg123_handle *mh, int fd) in mpg123_open_fd() function
/reactos/sdk/include/reactos/libs/libmpg123/
H A Dmpg123.h96 #define mpg123_open_fd MPG123_LARGENAME(mpg123_open_fd) macro
686 MPG123_EXPORT int mpg123_open_fd(mpg123_handle *mh, int fd);