Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
SOCKET | sock |
union usa | lsa |
union usa | rsa |
unsigned char | is_ssl |
unsigned char | ssl_redir |
unsigned char | in_use |
Definition at line 1902 of file civetweb.c.
unsigned char socket::in_use |
Definition at line 1909 of file civetweb.c.
Referenced by accept_new_connection().
unsigned char socket::is_ssl |
Definition at line 1906 of file civetweb.c.
Referenced by accept_new_connection(), get_first_ssl_listener_index(), handle_request(), mg_connect_client_impl(), mg_get_server_ports(), parse_port_string(), set_ports_option(), and worker_thread_run().
union usa socket::lsa |
Definition at line 1904 of file civetweb.c.
Referenced by accept_new_connection(), close_all_listening_sockets(), get_rel_url_at_current_server(), handle_request(), mg_connect_client_impl(), mg_construct_local_link(), mg_get_server_ports(), parse_port_string(), set_ports_option(), set_tcp_nodelay(), and worker_thread_run().
union usa socket::rsa |
Definition at line 1905 of file civetweb.c.
Referenced by accept_new_connection(), handle_request(), log_access(), mg_connect_client_impl(), mg_cry_internal_impl(), prepare_cgi_environment(), and worker_thread_run().
SOCKET socket::sock |
Definition at line 1903 of file civetweb.c.
Referenced by accept_new_connection(), close_all_listening_sockets(), close_connection(), close_socket_gracefully(), consume_socket(), master_thread_run(), mg_connect_client_impl(), mg_write(), produce_socket(), pull_inner(), send_file_data(), set_ports_option(), set_tcp_nodelay(), and worker_thread_run().
unsigned char socket::ssl_redir |
Definition at line 1907 of file civetweb.c.
Referenced by accept_new_connection(), handle_request(), mg_get_server_ports(), and parse_port_string().