Home
last modified time | relevance | path

Searched refs:easy (Results 101 – 125 of 160) sorted by relevance

1234567

/curl/lib/
H A Dasyn-thread.c101 CURLcode Curl_resolver_init(struct Curl_easy *easy, void **resolver) in Curl_resolver_init() argument
103 (void)easy; in Curl_resolver_init()
126 CURLcode Curl_resolver_duphandle(struct Curl_easy *easy, void **to, void *from) in Curl_resolver_duphandle() argument
129 return Curl_resolver_init(easy, to); in Curl_resolver_duphandle()
H A Deasy.c452 static int events_socket(struct Curl_easy *easy, /* easy handle */ in events_socket() argument
466 (void) easy; in events_socket()
482 infof(easy, "socket cb: socket %" FMT_SOCKET_T " REMOVED", s); in events_socket()
488 infof(easy, "socket cb: socket %" FMT_SOCKET_T in events_socket()
502 DEBUGF(infof(easy, "socket cb: asked to REMOVE socket %" in events_socket()
514 infof(easy, "socket cb: socket %" FMT_SOCKET_T " ADDED as %s%s", s, in events_socket()
/curl/docs/libcurl/opts/
H A DCURLOPT_DNS_USE_GLOBAL_CACHE.md33 cache that survives between easy handle creations and deletions. This is not
H A DCURLOPT_SSH_KEYDATA.md45 static int keycb(CURL *easy,
H A DCURLINFO_OS_ERRNO.md37 Since 8.8.0 libcurl clears the easy handle's saved errno before performing the
H A DCURLSHOPT_UNLOCKFUNC.md39 *handle* is the currently active easy handle in use when the share object
H A DCURLOPT_STREAM_DEPENDS.md43 an error. It must be another easy handle, and it also needs to be a handle of
H A DCURLOPT_MAXCONNECTS.md44 If you add this easy handle to a multi handle, this setting is not
H A DCURLOPT_SSH_KEYFUNCTION.md49 int ssh_keycallback(CURL *easy,
122 static int keycb(CURL *easy,
H A DCURLINFO_ACTIVESOCKET.md35 with the socket, you must call curl_easy_cleanup(3) as usual on the easy
H A DCURLSHOPT_LOCKFUNC.md41 *handle* is the currently active easy handle in use when the share object
H A DCURLMOPT_MAX_TOTAL_CONNECTIONS.md50 number of easy handles added.
H A DCURLOPT_STREAM_DEPENDS_E.md46 an error. It must be another easy handle, and it also needs to be a handle of
H A DCURLOPT_STREAM_WEIGHT.md34 stream used by the easy *handle*. Setting and using weights only makes
H A DCURLOPT_PIPEWAIT.md68 /* now add this easy handle to the multi handle */
H A DCURLOPT_BUFFERSIZE.md49 per multi handle. This buffer is used by all easy handles added to a multi
H A DCURLOPT_CONNECT_ONLY.md49 easy handle must remain added to the multi handle for as long as the
/curl/docs/libcurl/
H A Dcurl_easy_option_by_id.md18 curl_easy_option_by_id - find an easy setopt option by id
H A Dcurl_multi_perform.md35 in a non-blocking fashion. The easy handles have previously been added to the
48 is less than the amount of easy handles you have added to the multi handle),
H A Dcurl_pushheader_bynum.md45 CURL *easy,
H A Dcurl_easy_duphandle.md19 curl_easy_duphandle - clone an easy handle
/curl/tests/data/
H A Dtest151254 GLOBAL CACHE test over two easy performs
H A Dtest65454 HTTP duplicate easy handle with mime data
/curl/tests/libtest/
H A Dlib582.c99 static int curlSocketCallback(CURL *easy, curl_socket_t s, int action, in curlSocketCallback() argument
104 (void)easy; /* unused */ in curlSocketCallback()
H A Dlib530.c115 static int curlSocketCallback(CURL *easy, curl_socket_t s, int action, in curlSocketCallback() argument
120 (void)easy; /* unused */ in curlSocketCallback()

Completed in 56 milliseconds

1234567