/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PROXYAUTH.md | 27 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 D | CURLOPT_WS_OPTIONS.md | 25 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 D | CURLOPT_SOCKS5_AUTH.md | 24 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 D | CURLOPT_PROTOCOLS.md | 25 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 D | CURLOPT_REDIR_PROTOCOLS.md | 26 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 D | CURLOPT_SSH_AUTH_TYPES.md | 26 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 D | CURLMOPT_PIPELINING.md | 28 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 D | CURLOPT_HSTS_CTRL.md | 29 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 D | CURLOPT_HEADEROPT.md | 24 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 D | CURLOPT_POSTREDIR.md | 28 long bitmask); 33 Pass a bitmask to control how libcurl acts on redirects after POSTs that get a
|
H A D | CURLOPT_ALTSVC_CTRL.md | 30 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 D | CURLINFO_HTTPAUTH_AVAIL.md | 31 Pass a pointer to a long to receive a bitmask indicating the authentication
|
H A D | CURLOPT_HTTPAUTH.md | 25 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 D | CURLINFO_PROXYAUTH_AVAIL.md | 31 Pass a pointer to a long to receive a bitmask indicating the authentication
|
H A D | CURLOPT_PROXY_SSL_OPTIONS.md | 29 long bitmask); 34 Pass a long with a bitmask to tell libcurl about specific SSL
|
H A D | CURLOPT_SSL_OPTIONS.md | 27 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 D | CURLOPT_MIME_OPTIONS.md | 31 Pass a long that holds a bitmask of CURLMIMEOPT_* defines. Each bit is a
|
/curl/lib/ |
H A D | version.c | 459 #define FEATURE(name, present, bitmask) {(name), (present), (bitmask)} argument 464 int bitmask; member 697 features |= p->bitmask; in curl_version_info()
|
H A D | asyn-ares.c | 317 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 D | managen | 1004 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 D | curl_multi_socket_action.md | 38 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 D | libcurl-url.md | 63 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 D | curl_easy_option_next.md | 50 CURLOT_VALUES, /* (a defined set or bitmask) */
|
H A D | curl_easy_pause.md | 24 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 D | curl_easy_nextheader.md | 38 might be used. The *origin* is a bitmask for what header sources you want. See
|