|
xine-lib
1.2.9
|
#include "config.h"#include <sys/stat.h>#include <string.h>#include <dlfcn.h>#include "real_common.h"Macros | |
| #define | LOG_MODULE "real_common" |
| #define | LOG_VERBOSE |
| #define | UL64 0x03 /* /usr/{,local/}lib64 */ |
| #define | UL 0x0C /* /usr/{,local/}lib */ |
| #define | O 0x10 /* /opt */ |
| #define | OL64 0x20 /* /opt/lib64 */ |
| #define | OL 0x40 /* /opt/lib */ |
Functions | |
| void | ___brk_addr (void) |
| void | __ctype_b (void) |
| void | _x_real_codecs_init (xine_t *const xine) |
| void * | _x_real_codec_open (xine_stream_t *const stream, const char *const path, const char *const codec_name, const char *const codec_alternate) |
Variables | |
| const plugin_info_t xine_plugin_info [] | EXPORTED |
| #define LOG_MODULE "real_common" |
Referenced by _x_real_codec_open().
| #define LOG_VERBOSE |
| #define O 0x10 /* /opt */ |
Referenced by _x_real_codecs_init().
| #define OL 0x40 /* /opt/lib */ |
Referenced by _x_real_codecs_init().
| #define OL64 0x20 /* /opt/lib64 */ |
Referenced by _x_real_codecs_init().
| #define UL 0x0C /* /usr/{,local/}lib */ |
Referenced by _x_real_codecs_init().
| #define UL64 0x03 /* /usr/{,local/}lib64 */ |
Referenced by _x_real_codecs_init().
| void ___brk_addr | ( | void | ) |
| void __ctype_b | ( | void | ) |
| void* _x_real_codec_open | ( | xine_stream_t *const | stream, |
| const char *const | path, | ||
| const char *const | codec_name, | ||
| const char *const | codec_alternate | ||
| ) |
References _x_asprintf(), _x_message(), LOG_MODULE, NULL, xine_stream_s::xine, XINE_MSG_LIBRARY_LOAD_ERROR, XINE_VERBOSITY_DEBUG, and xprintf.
Referenced by load_syms_linux().
| void _x_real_codecs_init | ( | xine_t *const | xine | ) |
References _, xine_s::config, lprintf, NULL, O, OL, OL64, config_values_s::register_filename, UL, UL64, and XINE_CONFIG_STRING_IS_DIRECTORY_NAME.
Referenced by init_realadec(), and init_realvdec().
| const plugin_info_t xine_plugin_info [] EXPORTED |
1.8.14