ELinks 0.16.1.1
|
#include <download.h>
Data Fields | |
void * | magic1 |
struct download * | next |
struct download * | prev |
void * | magic2 |
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 |
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 |
void* download::magic1 |
void* download::magic2 |
struct download* download::next |
struct download* download::prev |
struct connection_state download::prev_error |
connection_priority_T download::pri |
struct progress* download::progress |
struct connection_state download::state |