![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Collaboration diagram for mg_http_proto_data_file:Public Attributes | |
| FILE * | fp |
| int64_t | cl |
| int64_t | sent |
| int | keepalive |
| enum mg_http_proto_data_type | type |
Definition at line 4161 of file mongoose.cc.
View newest version in sPHENIX GitHub at line 4161 of file mongoose.cc
| int64_t mg_http_proto_data_file::cl |
Definition at line 4163 of file mongoose.cc.
View newest version in sPHENIX GitHub at line 4163 of file mongoose.cc
Referenced by mg_handle_put(), mg_http_send_file2(), and mg_http_transfer_file_data().
| FILE* mg_http_proto_data_file::fp |
Definition at line 4162 of file mongoose.cc.
View newest version in sPHENIX GitHub at line 4162 of file mongoose.cc
Referenced by mg_handle_put(), mg_http_free_proto_data_file(), mg_http_handler(), mg_http_send_file2(), and mg_http_transfer_file_data().
| int mg_http_proto_data_file::keepalive |
Definition at line 4165 of file mongoose.cc.
View newest version in sPHENIX GitHub at line 4165 of file mongoose.cc
Referenced by mg_http_send_file2(), and mg_http_transfer_file_data().
| int64_t mg_http_proto_data_file::sent |
Definition at line 4164 of file mongoose.cc.
View newest version in sPHENIX GitHub at line 4164 of file mongoose.cc
Referenced by mg_http_transfer_file_data().
| enum mg_http_proto_data_type mg_http_proto_data_file::type |
Definition at line 4166 of file mongoose.cc.
View newest version in sPHENIX GitHub at line 4166 of file mongoose.cc
Referenced by mg_handle_put(), mg_http_send_file2(), and mg_http_transfer_file_data().