#include <mongoose.h>
unsigned long mg_connection::flags |
Referenced by http_handler(), mg_bind_opt(), mg_call(), mg_close_conn(), mg_connect_opt(), mg_create_connection(), mg_do_connect(), mg_handle_chunked(), mg_if_accept_tcp_cb(), mg_if_connect_cb(), mg_if_destroy_conn(), mg_if_recv_udp_cb(), mg_if_sent_cb(), mg_mgr_handle_conn(), mg_mgr_poll(), mg_send(), mg_send_dns_query(), mg_send_http_file(), mg_send_websocket_frame(), mg_send_websocket_framev(), and mg_serve_http().
time_t mg_connection::last_io_time |
struct mg_mgr* mg_connection::mgr |
Referenced by http_handler(), mg_add_conn(), mg_add_sock_opt(), mg_bind_opt(), mg_call(), mg_connect_opt(), mg_create_connection(), mg_do_connect(), mg_if_accept_tcp_cb(), mg_if_recv_udp_cb(), mg_remove_conn(), and mg_send().
void* mg_connection::mgr_data |
void* mg_connection::priv_1 |
void* mg_connection::priv_2 |
void* mg_connection::proto_data |
struct mbuf mg_connection::recv_mbuf |
size_t mg_connection::recv_mbuf_limit |
struct mbuf mg_connection::send_mbuf |
Referenced by http_handler(), mg_call(), mg_hexdump_connection(), mg_if_tcp_send(), mg_if_udp_send(), mg_mgr_handle_conn(), mg_mgr_poll(), mg_mqtt_publish(), mg_mqtt_subscribe(), mg_mqtt_unsubscribe(), mg_send_websocket_frame(), and mg_send_websocket_framev().
Referenced by mg_add_to_set(), mg_create_connection(), mg_hexdump_connection(), mg_if_accept_tcp_cb(), mg_if_connect_cb(), mg_if_connect_tcp(), mg_if_connect_udp(), mg_if_destroy_conn(), mg_if_recv_udp_cb(), mg_mgr_handle_conn(), and mg_mgr_poll().
void* mg_connection::user_data |
The documentation for this struct was generated from the following file: