/curl/docs/libcurl/opts/ |
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_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
|
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_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 | 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_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
|
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_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_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_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 | CURLINFO_PROXYAUTH_AVAIL.md | 31 Pass a pointer to a long to receive a bitmask indicating the authentication
|
H A D | CURLINFO_HTTPAUTH_USED.md | 30 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 | CURLINFO_PROXYAUTH_USED.md | 30 Pass a pointer to a long to receive a bitmask indicating the authentication
|
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
|
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
|
/curl/lib/ |
H A D | version.c | 451 #define FEATURE(name, present, bitmask) {(name), (present), (bitmask)} argument 456 int bitmask; member 694 features |= p->bitmask; in curl_version_info()
|
H A D | asyn-ares.c | 106 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 D | managen | 1010 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 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_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 | curl_easy_option_next.md | 50 CURLOT_VALUES, /* (a defined set or bitmask) */
|