#include <sys/socket.h>
#include <sys/time.h>
#include <sys/types.h>
#include "curl.h"
Go to the source code of this file.
Enumerator |
---|
CURLM_CALL_MULTI_PERFORM |
|
CURLM_OK |
|
CURLM_BAD_HANDLE |
|
CURLM_BAD_EASY_HANDLE |
|
CURLM_OUT_OF_MEMORY |
|
CURLM_INTERNAL_ERROR |
|
CURLM_LAST |
|
Definition at line 78 of file multi.h.
Enumerator |
---|
CURLMSG_NONE |
|
CURLMSG_DONE |
|
CURLMSG_LAST |
|
Definition at line 88 of file multi.h.
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 |
|
) |
| |