Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
uint64_t | size |
time_t | last_modified |
int | is_directory |
int | is_gzipped |
int | location |
Definition at line 1869 of file civetweb.c.
int mg_file_stat::is_directory |
Definition at line 1873 of file civetweb.c.
Referenced by delete_file(), handle_propfind(), handle_request(), handle_static_file_request(), interpret_uri(), mg_send_mime_file2(), mg_stat(), open_auth_file(), print_dir_entry(), print_props(), put_file(), and remove_directory().
int mg_file_stat::is_gzipped |
Definition at line 1874 of file civetweb.c.
Referenced by handle_static_file_request(), and interpret_uri().
time_t mg_file_stat::last_modified |
Definition at line 1872 of file civetweb.c.
Referenced by construct_etag(), dav_mkcol(), handle_not_modified_static_file_request(), handle_static_file_request(), is_not_modified(), mg_stat(), print_dir_entry(), and print_props().
int mg_file_stat::location |
Definition at line 1876 of file civetweb.c.
uint64_t mg_file_stat::size |
Definition at line 1871 of file civetweb.c.
Referenced by construct_etag(), handle_static_file_request(), mg_stat(), print_dir_entry(), print_props(), and send_file_data().