doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Functions | |
CURLcode | Curl_perform (struct SessionHandle *data) |
CURLcode | Curl_pretransfer (struct SessionHandle *data) |
CURLcode | Curl_posttransfer (struct SessionHandle *data) |
CURLcode | Curl_follow (struct SessionHandle *data, char *newurl) |
CURLcode | Curl_readwrite (struct connectdata *conn, bool *done) |
void | Curl_single_fdset (struct connectdata *conn, fd_set *read_fd_set, fd_set *write_fd_set, fd_set *exc_fd_set, int *max_fd) |
CURLcode | Curl_readwrite_init (struct connectdata *conn) |
CURLcode | Curl_Transfer (struct connectdata *data, int sockindex, curl_off_t size, bool getheader, curl_off_t *bytecountp, int writesockindex, curl_off_t *writecountp) |
CURLcode Curl_follow | ( | struct SessionHandle * | data, |
char * | newurl | ||
) |
Definition at line 1580 of file transfer.c.
CURLcode Curl_perform | ( | struct SessionHandle * | data | ) |
Definition at line 1860 of file transfer.c.
CURLcode Curl_posttransfer | ( | struct SessionHandle * | data | ) |
Definition at line 1513 of file transfer.c.
CURLcode Curl_pretransfer | ( | struct SessionHandle * | data | ) |
Definition at line 1450 of file transfer.c.
CURLcode Curl_readwrite | ( | struct connectdata * | conn, |
bool * | done | ||
) |
Definition at line 193 of file transfer.c.
CURLcode Curl_readwrite_init | ( | struct connectdata * | conn | ) |
Definition at line 1274 of file transfer.c.
void Curl_single_fdset | ( | struct connectdata * | conn, |
fd_set * | read_fd_set, | ||
fd_set * | write_fd_set, | ||
fd_set * | exc_fd_set, | ||
int * | max_fd | ||
) |
Definition at line 1353 of file transfer.c.
CURLcode Curl_Transfer | ( | struct connectdata * | data, |
int | sockindex, | ||
curl_off_t | size, | ||
bool | getheader, | ||
curl_off_t * | bytecountp, | ||
int | writesockindex, | ||
curl_off_t * | writecountp | ||
) |
Definition at line 1998 of file transfer.c.