30#define XIO_READ_READY 1
31#define XIO_WRITE_READY 2
#define XINE_USED
Definition: attributes.h:60
#define XINE_PROTECTED
Definition: attributes.h:75
ssize_t _x_io_tcp_part_read(xine_stream_t *stream, int s, void *buf, size_t min, size_t max) XINE_USED
Definition: io_helper.c:578
int _x_io_tcp_close(xine_stream_t *stream, int fd)
Definition: io_helper.c:760
int _x_io_tcp_handshake_connect(xine_stream_t *stream, const char *host, int port, xio_handshake_cb_t *handshake_cb, void *userdata) XINE_USED
Definition: io_helper.c:163
off_t _x_io_tcp_read(xine_stream_t *stream, int s, void *buf, off_t todo) XINE_USED
Definition: io_helper.c:544
off_t _x_io_tcp_write(xine_stream_t *stream, int s, const void *buf, off_t todo) XINE_USED
Definition: io_helper.c:627
int _x_io_tcp_read_line(xine_stream_t *stream, int sock, char *str, int size) XINE_USED
Definition: io_helper.c:734
int _x_io_tcp_connect_finish(xine_stream_t *stream, int fd, int timeout_msec) XINE_USED
Definition: io_helper.c:498
off_t _x_io_file_read(xine_stream_t *stream, int fd, void *buf, off_t todo) XINE_USED
Definition: io_helper.c:661
xio_handshake_status_t
Definition: io_helper.h:77
@ XIO_HANDSHAKE_OK
Definition: io_helper.h:79
@ XIO_HANDSHAKE_TRY_NEXT
Definition: io_helper.h:83
@ XIO_HANDSHAKE_INTR
Definition: io_helper.h:85
@ XIO_HANDSHAKE_TRY_SAME
Definition: io_helper.h:81
int _x_io_select(xine_stream_t *stream, int fd, int state, int timeout_msec) XINE_USED
Definition: io_helper.c:376
xio_handshake_status_t() xio_handshake_cb_t(void *userdata, int fd)
Definition: io_helper.h:88
off_t _x_io_file_write(xine_stream_t *stream, int fd, const void *buf, off_t todo) XINE_USED
Definition: io_helper.c:695
int _x_io_tcp_connect(xine_stream_t *stream, const char *host, int port) XINE_USED
Definition: io_helper.c:159
Definition: xine_internal.h:123