ReactOS 0.4.16-dev-300-g2aadf2e
|
#include "mpg123lib_intern.h"
#include <errno.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "compat.h"
#include "debug.h"
Go to the source code of this file.
Classes | |
struct | wrap_data |
Macros | |
#define | IO_FD 1 /* Wrapping over callbacks operation on integer file descriptor. */ |
#define | IO_HANDLE 2 /* Wrapping over custom handle callbacks. */ |
#define | O_BINARY 0 |
Definition at line 72 of file lfs_wrap.c.
Definition at line 73 of file lfs_wrap.c.
#define O_BINARY 0 |
Definition at line 527 of file lfs_wrap.c.
Definition at line 584 of file lfs_wrap.c.
Referenced by mpg123_replace_reader().
Definition at line 115 of file lfs_wrap.c.
Referenced by wrap_get().
|
static |
Definition at line 126 of file lfs_wrap.c.
Referenced by mpg123_index(), mpg123_replace_reader(), mpg123_replace_reader_handle(), and mpg123_set_index().
Definition at line 97 of file lfs_wrap.c.
Referenced by mpg123_open(), mpg123_open_fd(), mpg123_open_handle(), and wrap_destroy().
Definition at line 544 of file lfs_wrap.c.
Referenced by mpg123_open(), mpg123_open_fd(), and mpg123_open_handle().
Definition at line 531 of file lfs_wrap.c.
Referenced by mpg123_open(), mpg123_open_fd(), and mpg123_open_handle().