ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

lfs_alias.c File Reference
#include "config.h"
#include "compat.h"
#include "mpg123.h"
#include "mpg123lib_intern.h"

Go to the source code of this file.

Defines

#define MACROCAT_REALLY(a, b)   a ## b
#define MACROCAT(a, b)   MACROCAT_REALLY(a, b)
#define NATIVE_SUFFIX   MACROCAT(_, _FILE_OFFSET_BITS)
#define NATIVE_NAME(func)   MACROCAT(func, NATIVE_SUFFIX)
#define ALIAS_NAME(func)   func

Functions

int attribute_align_arg
ALIAS_NAME() 
mpg123_open (mpg123_handle *mh, const char *path)
int attribute_align_arg
ALIAS_NAME() 
mpg123_open_fd (mpg123_handle *mh, int fd)
int attribute_align_arg
ALIAS_NAME() 
mpg123_open_handle (mpg123_handle *mh, void *iohandle)
int attribute_align_arg
ALIAS_NAME() 
mpg123_decode_frame (mpg123_handle *mh, long *num, unsigned char **audio, size_t *bytes)
int attribute_align_arg
ALIAS_NAME() 
mpg123_framebyframe_decode (mpg123_handle *mh, long *num, unsigned char **audio, size_t *bytes)
long attribute_align_arg
ALIAS_NAME() 
mpg123_tell (mpg123_handle *mh)
long attribute_align_arg
ALIAS_NAME() 
mpg123_tellframe (mpg123_handle *mh)
long attribute_align_arg
ALIAS_NAME() 
mpg123_tell_stream (mpg123_handle *mh)
long attribute_align_arg
ALIAS_NAME() 
mpg123_seek (mpg123_handle *mh, long sampleoff, int whence)
long attribute_align_arg
ALIAS_NAME() 
mpg123_feedseek (mpg123_handle *mh, long sampleoff, int whence, long *input_offset)
long attribute_align_arg
ALIAS_NAME() 
mpg123_seek_frame (mpg123_handle *mh, long frameoff, int whence)
long attribute_align_arg
ALIAS_NAME() 
mpg123_timeframe (mpg123_handle *mh, double sec)
int attribute_align_arg
ALIAS_NAME() 
mpg123_index (mpg123_handle *mh, long **offsets, long *step, size_t *fill)
int attribute_align_arg
ALIAS_NAME() 
mpg123_set_index (mpg123_handle *mh, long *offsets, long step, size_t fill)
int attribute_align_arg
ALIAS_NAME() 
mpg123_position (mpg123_handle *mh, long frame_offset, long buffered_bytes, long *current_frame, long *frames_left, double *current_seconds, double *seconds_left)
long attribute_align_arg
ALIAS_NAME() 
mpg123_length (mpg123_handle *mh)
int attribute_align_arg
ALIAS_NAME() 
mpg123_set_filesize (mpg123_handle *mh, long size)
int attribute_align_arg
ALIAS_NAME() 
mpg123_replace_reader (mpg123_handle *mh, long(*r_read)(int, void *, size_t), long(*r_lseek)(int, long, int))
int attribute_align_arg
ALIAS_NAME() 
mpg123_replace_reader_handle (mpg123_handle *mh, long(*r_read)(void *, void *, size_t), long(*r_lseek)(void *, long, int), void(*cleanup)(void *))

Generated on Sat May 26 2012 06:00:09 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.