#include "../../../include/config.h"
Go to the source code of this file.
Define Documentation
#define IDO_DEFAULT_TCP_PORT 5668 |
Definition at line 20 of file io.h.
Definition at line 16 of file io.h.
Definition at line 15 of file io.h.
#define IDO_SINK_TCPSOCKET 3 |
Definition at line 18 of file io.h.
#define IDO_SINK_UNIXSOCKET 2 |
Definition at line 17 of file io.h.
#define SUN_LEN |
( |
|
ptr | ) |
((size_t) (((struct sockaddr_un *) 0)->sun_path) + strlen ((ptr)->sun_path)) |
Definition at line 24 of file io.h.
Typedef Documentation
Function Documentation
char* ido_escape_buffer |
( |
char * |
| ) |
|
Definition at line 465 of file io.c.
int ido_inet_aton |
( |
register const char * |
, |
|
|
struct in_addr * |
|
|
) |
| |
Definition at line 340 of file io.c.
Definition at line 75 of file io.c.
Definition at line 96 of file io.c.
Definition at line 30 of file io.c.
int ido_sink_close |
( |
int |
| ) |
|
Definition at line 324 of file io.c.
int ido_sink_flush |
( |
int |
| ) |
|
Definition at line 314 of file io.c.
int ido_sink_open |
( |
char * |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int * |
|
|
) |
| |
Definition at line 145 of file io.c.
int ido_sink_write |
( |
int |
, |
|
|
char * |
, |
|
|
int |
|
|
) |
| |
Definition at line 271 of file io.c.
int ido_sink_write_newline |
( |
int |
| ) |
|
Definition at line 307 of file io.c.
void ido_strip_buffer |
( |
char * |
| ) |
|
Definition at line 444 of file io.c.
char* ido_unescape_buffer |
( |
char * |
| ) |
|
Definition at line 511 of file io.c.