Home
last modified time | relevance | path

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

12

/curl/docs/libcurl/opts/
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_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
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_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 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_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
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_POSTREDIR.md28 long bitmask);
33 Pass a bitmask to control how libcurl acts on redirects after POSTs that get a
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_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 DCURLINFO_PROXYAUTH_AVAIL.md31 Pass a pointer to a long to receive a bitmask indicating the authentication
H A DCURLINFO_HTTPAUTH_USED.md30 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 DCURLINFO_PROXYAUTH_USED.md30 Pass a pointer to a long to receive a bitmask indicating the authentication
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
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
/curl/lib/
H A Dversion.c451 #define FEATURE(name, present, bitmask) {(name), (present), (bitmask)} argument
456 int bitmask; member
694 features |= p->bitmask; in curl_version_info()
H A Dasyn-ares.c106 int bitmask; in Curl_ares_perform() local
115 bitmask = ares_getsock(channel, socks, ARES_GETSOCK_MAXNUM); in Curl_ares_perform()
120 if(ARES_GETSOCK_READABLE(bitmask, i)) { in Curl_ares_perform()
124 if(ARES_GETSOCK_WRITABLE(bitmask, i)) { in Curl_ares_perform()
/curl/scripts/
H A Dmanagen1010 my $bitmask = ' ';
1026 $bitmask .= 'CURLHELP_' . uc $categories[$i];
1029 $bitmask .= ' | ';
1032 $bitmask =~ s/(?=.{76}).{1,76}\|/$&\n /g;
1040 my $line = sprintf " {\"%s\",\n \"%s\",\n %s},\n", $opt, $desc, $bitmask;
/curl/docs/libcurl/
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_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 Dcurl_easy_option_next.md50 CURLOT_VALUES, /* (a defined set or bitmask) */

Completed in 47 milliseconds

12