Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
SSL_CTX * | ssl_ctx |
char * | config [NUM_OPTIONS] |
struct mg_handler_info * | handlers |
int64_t | ssl_cert_last_mtime |
uint64_t | auth_nonce_mask |
unsigned long | nonce_count |
struct mg_domain_context * | next |
Definition at line 2269 of file civetweb.c.
uint64_t mg_domain_context::auth_nonce_mask |
Definition at line 2276 of file civetweb.c.
Referenced by mg_start2(), mg_start_domain2(), parse_auth_header(), and send_authorization_request().
char* mg_domain_context::config[NUM_OPTIONS] |
Definition at line 2271 of file civetweb.c.
Referenced by accept_new_connection(), authorize(), check_acl(), check_authorization(), close_socket_gracefully(), dav_move_file(), do_ssi_include(), extention_matches_script(), extention_matches_template_text(), free_context(), get_mime_type(), get_rel_url_at_current_server(), handle_cgi_request(), handle_file_based_request(), handle_propfind(), handle_request(), init_connection(), init_ssl_ctx(), init_ssl_ctx_impl(), interpret_uri(), is_authorized_for_put(), log_access(), mg_construct_local_link(), mg_cry_internal_impl(), mg_get_option(), mg_get_response(), mg_send_http_error_impl(), mg_send_mime_file2(), mg_start2(), mg_start_domain2(), must_hide_file(), open_auth_file(), prepare_cgi_environment(), pull_all(), push_all(), read_message(), refresh_trust(), send_additional_header(), send_authorization_request(), send_cors_header(), send_file_data(), send_static_cache_header(), set_gpass_option(), set_ports_option(), set_uid_option(), should_decode_query_string(), should_decode_url(), should_keep_alive(), spawn_process(), ssl_servername_callback(), sslize(), substitute_index_file(), and switch_domain_context().
struct mg_handler_info* mg_domain_context::handlers |
Definition at line 2272 of file civetweb.c.
Referenced by free_context(), get_request_handler(), mg_set_handler_type(), mg_start2(), and mg_start_domain2().
struct mg_domain_context* mg_domain_context::next |
Definition at line 2285 of file civetweb.c.
Referenced by mg_start2(), mg_start_domain2(), ssl_servername_callback(), and switch_domain_context().
unsigned long mg_domain_context::nonce_count |
Definition at line 2277 of file civetweb.c.
Referenced by mg_start_domain2(), parse_auth_header(), and send_authorization_request().
int64_t mg_domain_context::ssl_cert_last_mtime |
Definition at line 2273 of file civetweb.c.
Referenced by refresh_trust().
SSL_CTX* mg_domain_context::ssl_ctx |
Definition at line 2270 of file civetweb.c.
Referenced by free_context(), init_ssl_ctx(), init_ssl_ctx_impl(), mg_close_connection(), mg_connect_client_impl(), refresh_trust(), set_ports_option(), ssl_servername_callback(), ssl_use_pem_file(), sslize(), and worker_thread_run().