61 #include "amxo_parser.tab.h"
70 return amxp_connection_add(fd, reader, uri, type, priv);
76 return amxp_connection_wait_write(fd, can_write_cb);
81 return amxp_connection_remove(fd);
86 return amxp_connection_get(fd);
91 return amxp_connection_get_first(type);
97 return amxp_connection_get_next(con, type);
103 return amxp_connection_set_el_data(fd, el_data);
107 return amxp_connection_get_connections();
111 return amxp_connection_get_listeners();
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)
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)
amxo_connection_t * amxo_connection_get_next(UNUSED amxo_parser_t *parser, amxo_connection_t *con, amxo_con_type_t type)
amxo_connection_t * amxo_connection_get_first(UNUSED amxo_parser_t *parser, amxo_con_type_t type)
amxc_llist_t * amxo_parser_get_listeners(UNUSED amxo_parser_t *parser)
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)
#define amxo_connection_t
enum _amxo_con_type amxo_con_type_t
void(* amxo_fd_cb_t)(int fd, void *priv)
The ODL parser structure.