Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
struct mg_file_stat | stat |
struct mg_file_access | access |
Definition at line 1885 of file civetweb.c.
struct mg_file_access mg_file::access |
Definition at line 1887 of file civetweb.c.
Referenced by check_authorization(), do_ssi_exec(), do_ssi_include(), handle_cgi_request(), handle_ssi_file_request(), handle_static_file_request(), is_authorized_for_put(), log_access(), mg_check_digest_access_authentication(), mg_cry_internal_impl(), mg_fgetc(), mg_fgets(), mg_fopen(), mg_send_file_body(), mg_store_body(), put_file(), read_auth_file(), and send_file_data().
struct mg_file_stat mg_file::stat |
Definition at line 1886 of file civetweb.c.
Referenced by handle_file_based_request(), handle_not_modified_static_file_request(), handle_request(), handle_static_file_request(), mg_fopen(), mg_send_http_error_impl(), mg_send_mime_file2(), open_auth_file(), put_dir(), put_file(), send_file_data(), and set_gpass_option().