30 #define XIO_READ_READY 1 31 #define XIO_WRITE_READY 2 int _x_io_select(xine_stream_t *stream, int fd, int state, int timeout_msec) XINE_USED
Definition: io_helper.c:228
off_t _x_io_tcp_read(xine_stream_t *stream, int s, void *buf, off_t todo) XINE_USED
Definition: io_helper.c:435
Definition: xine_internal.h:210
#define XINE_USED
Definition: attributes.h:58
#define XINE_PROTECTED
Definition: attributes.h:73
off_t _x_io_file_write(xine_stream_t *stream, int fd, const void *buf, off_t todo) XINE_USED
Definition: io_helper.c:447
int _x_io_tcp_connect_finish(xine_stream_t *stream, int fd, int timeout_msec) XINE_USED
Definition: io_helper.c:321
int _x_io_tcp_read_line(xine_stream_t *stream, int sock, char *str, int size) XINE_USED
Definition: io_helper.c:456
off_t _x_io_tcp_write(xine_stream_t *stream, int s, const void *buf, off_t todo) XINE_USED
Definition: io_helper.c:439
int _x_io_tcp_connect(xine_stream_t *stream, const char *host, int port) XINE_USED
Definition: io_helper.c:130
off_t _x_io_file_read(xine_stream_t *stream, int fd, void *buf, off_t todo) XINE_USED
Definition: io_helper.c:443