libamxo
4.3.4
Object Definition Language (ODL) parsing
|
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
Functions | |
int | amxo_connection_add (UNUSED amxo_parser_t *parser, int fd, amxo_fd_read_t reader, const char *uri, amxo_con_type_t type, void *priv) |
int | amxo_connection_wait_write (UNUSED amxo_parser_t *parser, int fd, amxo_fd_cb_t can_write_cb) |
int | amxo_connection_remove (UNUSED amxo_parser_t *parser, int fd) |
amxo_connection_t * | amxo_connection_get (UNUSED amxo_parser_t *parser, int fd) |
amxo_connection_t * | amxo_connection_get_first (UNUSED amxo_parser_t *parser, amxo_con_type_t type) |
amxo_connection_t * | amxo_connection_get_next (UNUSED amxo_parser_t *parser, amxo_connection_t *con, amxo_con_type_t type) |
int | amxo_connection_set_el_data (UNUSED amxo_parser_t *parser, int fd, void *el_data) |
amxc_llist_t * | amxo_parser_get_connections (UNUSED amxo_parser_t *parser) |
amxc_llist_t * | amxo_parser_get_listeners (UNUSED amxo_parser_t *parser) |
#define _GNU_SOURCE |
Definition at line 56 of file amxo_connections.c.
int amxo_connection_add | ( | UNUSED amxo_parser_t * | parser, |
int | fd, | ||
amxo_fd_read_t | reader, | ||
const char * | uri, | ||
amxo_con_type_t | type, | ||
void * | priv | ||
) |
Definition at line 63 of file amxo_connections.c.
amxo_connection_t* amxo_connection_get | ( | UNUSED amxo_parser_t * | parser, |
int | fd | ||
) |
Definition at line 84 of file amxo_connections.c.
amxo_connection_t* amxo_connection_get_first | ( | UNUSED amxo_parser_t * | parser, |
amxo_con_type_t | type | ||
) |
Definition at line 89 of file amxo_connections.c.
amxo_connection_t* amxo_connection_get_next | ( | UNUSED amxo_parser_t * | parser, |
amxo_connection_t * | con, | ||
amxo_con_type_t | type | ||
) |
Definition at line 94 of file amxo_connections.c.
int amxo_connection_remove | ( | UNUSED amxo_parser_t * | parser, |
int | fd | ||
) |
Definition at line 79 of file amxo_connections.c.
int amxo_connection_set_el_data | ( | UNUSED amxo_parser_t * | parser, |
int | fd, | ||
void * | el_data | ||
) |
Definition at line 100 of file amxo_connections.c.
int amxo_connection_wait_write | ( | UNUSED amxo_parser_t * | parser, |
int | fd, | ||
amxo_fd_cb_t | can_write_cb | ||
) |
Definition at line 73 of file amxo_connections.c.
amxc_llist_t* amxo_parser_get_connections | ( | UNUSED amxo_parser_t * | parser | ) |
Definition at line 106 of file amxo_connections.c.
amxc_llist_t* amxo_parser_get_listeners | ( | UNUSED amxo_parser_t * | parser | ) |
Definition at line 110 of file amxo_connections.c.