|
int | register_check_queue (void) |
int | get_connections_count (void) |
int | get_keepalive_connections_count (void) |
int | get_connections_connecting_count (void) |
int | get_connections_transfering_count (void) |
void | set_connection_state (struct connection *, struct connection_state) |
int | has_keepalive_connection (struct connection *) |
void | add_keepalive_connection (struct connection *conn, long timeout_in_seconds, void(*done)(struct connection *)) |
void | abort_connection (struct connection *, struct connection_state) |
void | retry_connection (struct connection *, struct connection_state) |
void | cancel_download (struct download *download, int interrupt) |
void | move_download (struct download *old, struct download *new_, connection_priority_T newpri) |
void | detach_connection (struct download *, off_t) |
void | abort_all_connections (void) |
void | abort_background_connections (void) |
void | set_connection_timeout (struct connection *) |
void | set_connection_timeout_xhr (struct connection *conn, milliseconds_T timeout) |
void | shutdown_connection_stream (struct connection *conn) |
int | load_uri (struct uri *uri, struct uri *referrer, struct download *download, connection_priority_T pri, cache_mode_T cache_mode, off_t start) |
int | is_entry_used (struct cache_entry *cached) |