Home
last modified time | relevance | path

Searched refs:bitmask (Results 1 – 25 of 33) sorted by relevance

12

/curl/docs/libcurl/opts/
H A DCURLOPT_PROXYAUTH.md27 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXYAUTH, long bitmask);
32 Pass a long as parameter, which is set to a bitmask, to tell libcurl which
40 The bitmask can be constructed by the bits listed and described in the
75 CURLE_NOT_BUILT_IN if the bitmask specified no supported authentication
H A DCURLOPT_WS_OPTIONS.md25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_WS_OPTIONS, long bitmask);
30 Pass a long with a bitmask to tell libcurl about specific WebSocket
37 Available bits in the bitmask
H A DCURLOPT_SOCKS5_AUTH.md24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SOCKS5_AUTH, long bitmask);
29 Pass a long as parameter, which is set to a bitmask, to tell libcurl which
68 CURLE_NOT_BUILT_IN if the bitmask contains unsupported flags.
H A DCURLOPT_PROTOCOLS.md25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROTOCOLS, long bitmask);
34 Pass a long that holds a bitmask of CURLPROTO_* defines. If used, this bitmask
H A DCURLOPT_REDIR_PROTOCOLS.md26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_REDIR_PROTOCOLS, long bitmask);
35 Pass a long that holds a bitmask of CURLPROTO_* defines. If used, this bitmask
H A DCURLOPT_SSH_AUTH_TYPES.md26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSH_AUTH_TYPES, long bitmask);
31 Pass a long set to a bitmask consisting of one or more of
H A DCURLMOPT_PIPELINING.md28 CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_PIPELINING, long bitmask);
33 Pass in the correct value in the **bitmask** parameter to instruct libcurl to
H A DCURLOPT_HSTS_CTRL.md29 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HSTS_CTRL, long bitmask);
40 Populate the long *bitmask* with the correct set of features to instruct
H A DCURLOPT_HEADEROPT.md24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HEADEROPT, long bitmask);
29 Pass a long that is a bitmask of options of how to deal with headers. The two
H A DCURLOPT_POSTREDIR.md28 long bitmask);
33 Pass a bitmask to control how libcurl acts on redirects after POSTs that get a
H A DCURLOPT_ALTSVC_CTRL.md30 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ALTSVC_CTRL, long bitmask);
35 Populate the long *bitmask* with the correct set of features to instruct
H A DCURLINFO_HTTPAUTH_AVAIL.md31 Pass a pointer to a long to receive a bitmask indicating the authentication
H A DCURLOPT_HTTPAUTH.md25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HTTPAUTH, long bitmask);
30 Pass a long as parameter, which is set to a bitmask, to tell libcurl which
165 CURLE_NOT_BUILT_IN if the bitmask specified no supported authentication
H A DCURLINFO_PROXYAUTH_AVAIL.md31 Pass a pointer to a long to receive a bitmask indicating the authentication
H A DCURLOPT_PROXY_SSL_OPTIONS.md29 long bitmask);
34 Pass a long with a bitmask to tell libcurl about specific SSL
H A DCURLOPT_SSL_OPTIONS.md27 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSL_OPTIONS, long bitmask);
32 Pass a long with a bitmask to tell libcurl about specific SSL
H A DCURLOPT_MIME_OPTIONS.md31 Pass a long that holds a bitmask of CURLMIMEOPT_* defines. Each bit is a
/curl/lib/
H A Dversion.c459 #define FEATURE(name, present, bitmask) {(name), (present), (bitmask)} argument
464 int bitmask; member
697 features |= p->bitmask; in curl_version_info()
H A Dasyn-ares.c317 int bitmask; in waitperform() local
323 bitmask = ares_getsock((ares_channel)data->state.async.resolver, socks, in waitperform()
329 if(ARES_GETSOCK_READABLE(bitmask, i)) { in waitperform()
333 if(ARES_GETSOCK_WRITABLE(bitmask, i)) { in waitperform()
/curl/scripts/
H A Dmanagen1004 my $bitmask = ' ';
1020 $bitmask .= 'CURLHELP_' . uc $categories[$i];
1023 $bitmask .= ' | ';
1026 $bitmask =~ s/(?=.{76}).{1,76}\|/$&\n /g;
1034 my $line = sprintf " {\"%s\",\n \"%s\",\n %s},\n", $opt, $desc, $bitmask;
/curl/docs/libcurl/
H A Dcurl_multi_socket_action.md38 can be passed as an events bitmask **ev_bitmask** by first setting
111 int bitmask; /* what activity that happened */
112 CURLMcode mc = curl_multi_socket_action(multi, fd, bitmask, &running);
H A Dlibcurl-url.md63 The zero in the fourth argument is a bitmask for changing specific features.
84 The zero in the fourth argument is a bitmask for changing specific features.
104 *CURLU_URLDECODE* flag set in the fourth bitmask argument.
H A Dcurl_easy_option_next.md50 CURLOT_VALUES, /* (a defined set or bitmask) */
H A Dcurl_easy_pause.md24 CURLcode curl_easy_pause(CURL *handle, int bitmask );
58 The **bitmask** argument is a set of bits that sets the new state of the
H A Dcurl_easy_nextheader.md38 might be used. The *origin* is a bitmask for what header sources you want. See

Completed in 30 milliseconds

12