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.md26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXYAUTH, long bitmask);
31 Pass a long as parameter, which is set to a bitmask, to tell libcurl which
39 The bitmask can be constructed by the bits listed and described in the
74 CURLE_NOT_BUILT_IN if the bitmask specified no supported authentication
H A DCURLOPT_WS_OPTIONS.md24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_WS_OPTIONS, long bitmask);
29 Pass a long with a bitmask to tell libcurl about specific WebSocket
36 Available bits in the bitmask
H A DCURLOPT_SOCKS5_AUTH.md23 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SOCKS5_AUTH, long bitmask);
28 Pass a long as parameter, which is set to a bitmask, to tell libcurl which
67 CURLE_NOT_BUILT_IN if the bitmask contains unsupported flags.
H A DCURLOPT_PROTOCOLS.md24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROTOCOLS, long bitmask);
33 Pass a long that holds a bitmask of CURLPROTO_* defines. If used, this bitmask
H A DCURLOPT_REDIR_PROTOCOLS.md25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_REDIR_PROTOCOLS, long bitmask);
34 Pass a long that holds a bitmask of CURLPROTO_* defines. If used, this bitmask
H A DCURLOPT_SSH_AUTH_TYPES.md25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSH_AUTH_TYPES, long bitmask);
30 Pass a long set to a bitmask consisting of one or more of
H A DCURLMOPT_PIPELINING.md27 CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_PIPELINING, long bitmask);
32 Pass in the correct value in the **bitmask** parameter to instruct libcurl to
H A DCURLOPT_HSTS_CTRL.md28 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HSTS_CTRL, long bitmask);
39 Populate the long *bitmask* with the correct set of features to instruct
H A DCURLOPT_HEADEROPT.md23 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HEADEROPT, long bitmask);
28 Pass a long that is a bitmask of options of how to deal with headers. The two
H A DCURLOPT_POSTREDIR.md27 long bitmask);
32 Pass a bitmask to control how libcurl acts on redirects after POSTs that get a
H A DCURLOPT_ALTSVC_CTRL.md29 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ALTSVC_CTRL, long bitmask);
34 Populate the long *bitmask* with the correct set of features to instruct
H A DCURLOPT_HTTPAUTH.md24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HTTPAUTH, long bitmask);
29 Pass a long as parameter, which is set to a bitmask, to tell libcurl which
162 CURLE_NOT_BUILT_IN if the bitmask specified no supported authentication
H A DCURLINFO_HTTPAUTH_AVAIL.md30 Pass a pointer to a long to receive a bitmask indicating the authentication
H A DCURLINFO_PROXYAUTH_AVAIL.md30 Pass a pointer to a long to receive a bitmask indicating the authentication
H A DCURLOPT_PROXY_SSL_OPTIONS.md28 long bitmask);
33 Pass a long with a bitmask to tell libcurl about specific SSL
H A DCURLOPT_SSL_OPTIONS.md26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSL_OPTIONS, long bitmask);
31 Pass a long with a bitmask to tell libcurl about specific SSL
H A DCURLOPT_MIME_OPTIONS.md30 Pass a long that holds a bitmask of CURLMIMEOPT_* defines. Each bit is a
/curl/lib/
H A Dversion.c437 #define FEATURE(name, present, bitmask) {(name), (present), (bitmask)} argument
442 int bitmask; member
675 features |= p->bitmask; in curl_version_info()
H A Dasyn-ares.c326 int bitmask; in waitperform() local
332 bitmask = ares_getsock((ares_channel)data->state.async.resolver, socks, in waitperform()
338 if(ARES_GETSOCK_READABLE(bitmask, i)) { in waitperform()
342 if(ARES_GETSOCK_WRITABLE(bitmask, i)) { in waitperform()
/curl/scripts/
H A Dmanagen895 my $bitmask = ' ';
905 $bitmask .= 'CURLHELP_' . uc $categories[$i];
908 $bitmask .= ' | ';
911 $bitmask =~ s/(?=.{76}).{1,76}\|/$&\n /g;
919 my $line = sprintf " {\"%s\",\n \"%s\",\n %s},\n", $opt, $desc, $bitmask;
/curl/docs/libcurl/
H A Dlibcurl-url.md62 The zero in the fourth argument is a bitmask for changing specific features.
83 The zero in the fourth argument is a bitmask for changing specific features.
103 *CURLU_URLDECODE* flag set in the fourth bitmask argument.
H A Dcurl_multi_socket_action.md37 can be passed as an events bitmask **ev_bitmask** by first setting
108 int bitmask; /* what activity that happened */
109 CURLMcode mc = curl_multi_socket_action(multi, fd, bitmask, &running);
H A Dcurl_easy_option_next.md49 CURLOT_VALUES, /* (a defined set or bitmask) */
H A Dcurl_easy_pause.md23 CURLcode curl_easy_pause(CURL *handle, int bitmask );
57 The **bitmask** argument is a set of bits that sets the new state of the
H A Dcurl_ws_meta.md62 This is a bitmask with individual bits set that describes the WebSocket data.

Completed in 27 milliseconds

12