#include "alpm_list.h"
#include "alpm.h"
Go to the source code of this file.
◆ dload_payload
Data Fields |
int |
allow_resume |
|
alpm_list_t * |
cache_servers |
|
CURL * |
curl |
|
char * |
destfile_name |
|
int |
download_signature |
|
char |
error_buffer[CURL_ERROR_SIZE] |
|
int |
errors_ok |
|
char * |
filepath |
|
char * |
fileurl |
|
int |
force |
|
alpm_handle_t * |
handle |
|
off_t |
initial_size |
|
FILE * |
localf |
|
off_t |
max_size |
|
long |
mtime_existing_file |
|
off_t |
prevprogress |
|
char * |
remote_name |
|
int |
request_errors_ok |
|
long |
respcode |
|
alpm_list_t * |
servers |
|
int |
signature |
|
int |
signature_optional |
|
char * |
tempfile_name |
|
const char * |
tempfile_openmode |
|
int |
unlink_on_fail |
|