#include "../../../include/config.h"
#include "../include/common.h"
#include "../include/io.h"
Functions | |
ido_mmapfile * | ido_mmap_fopen (char *filename) |
int | ido_mmap_fclose (ido_mmapfile *temp_mmapfile) |
char * | ido_mmap_fgets (ido_mmapfile *temp_mmapfile) |
int | ido_sink_open (char *name, int fd, int type, int port, int flags, int *nfd) |
int | ido_sink_write (int fd, char *buf, int buflen) |
int | ido_sink_write_newline (int fd) |
int | ido_sink_flush (int fd) |
int | ido_sink_close (int fd) |
int | ido_inet_aton (register const char *cp, struct in_addr *addr) |
void | ido_strip_buffer (char *buffer) |
char * | ido_escape_buffer (char *buffer) |
char * | ido_unescape_buffer (char *buffer) |
Variables | |
int | use_ssl = IDO_FALSE |
char* ido_escape_buffer | ( | char * | buffer | ) |
int ido_inet_aton | ( | register const char * | cp, | |
struct in_addr * | addr | |||
) |
int ido_mmap_fclose | ( | ido_mmapfile * | temp_mmapfile | ) |
char* ido_mmap_fgets | ( | ido_mmapfile * | temp_mmapfile | ) |
ido_mmapfile* ido_mmap_fopen | ( | char * | filename | ) |
int ido_sink_close | ( | int | fd | ) |
int ido_sink_flush | ( | int | fd | ) |
int ido_sink_open | ( | char * | name, | |
int | fd, | |||
int | type, | |||
int | port, | |||
int | flags, | |||
int * | nfd | |||
) |
int ido_sink_write | ( | int | fd, | |
char * | buf, | |||
int | buflen | |||
) |
int ido_sink_write_newline | ( | int | fd | ) |
void ido_strip_buffer | ( | char * | buffer | ) |
char* ido_unescape_buffer | ( | char * | buffer | ) |
int use_ssl = IDO_FALSE |