ELinks 0.18.0
|
#include <download.h>
Public Member Functions | |
LIST_HEAD_EL (struct download) |
Data Fields | |
struct connection * | conn |
struct cache_entry * | cached |
download_callback_T * | callback |
The callback is called when connection gets into a progress state, after it's over (in a result state), and also periodically after the download starts receiving some data. | |
void * | data |
struct progress * | progress |
struct connection_state | state |
struct connection_state | prev_error |
connection_priority_T | pri |
download::LIST_HEAD_EL | ( | struct download | ) |
struct cache_entry* download::cached |
download_callback_T* download::callback |
The callback is called when connection gets into a progress state, after it's over (in a result state), and also periodically after the download starts receiving some data.
struct connection* download::conn |
void* download::data |
struct connection_state download::prev_error |
connection_priority_T download::pri |
struct progress* download::progress |
struct connection_state download::state |