#include "setup.h"
#include <stdlib.h>
#include <string.h>
#include <curl/curl.h>
#include "urldata.h"
#include "transfer.h"
#include "url.h"
#include "connect.h"
#include "progress.h"
Go to the source code of this file.
#define CURL_MULTI_HANDLE 0x000bab1e |
#define GOOD_EASY_HANDLE |
( |
|
x | ) |
(x) |
Enumerator |
---|
CURLM_STATE_INIT |
|
CURLM_STATE_CONNECT |
|
CURLM_STATE_WAITRESOLVE |
|
CURLM_STATE_WAITCONNECT |
|
CURLM_STATE_DO |
|
CURLM_STATE_DO_MORE |
|
CURLM_STATE_PERFORM |
|
CURLM_STATE_DONE |
|
CURLM_STATE_COMPLETED |
|
CURLM_STATE_LAST |
|
Definition at line 57 of file multi.c.
CURLMcode curl_multi_fdset |
( |
CURLM * |
multi_handle, |
|
|
fd_set * |
read_fd_set, |
|
|
fd_set * |
write_fd_set, |
|
|
fd_set * |
exc_fd_set, |
|
|
int * |
max_fd |
|
) |
| |
CURLMsg* curl_multi_info_read |
( |
CURLM * |
multi_handle, |
|
|
int * |
msgs_in_queue |
|
) |
| |