Home
last modified time | relevance | path

Searched refs:onoff (Results 1 – 9 of 9) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLOPT_NOPROGRESS.md26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_NOPROGRESS, long onoff);
31 If *onoff* is to 1, it tells the library to shut off the progress meter
H A DCURLOPT_VERBOSE.md26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_VERBOSE, long onoff);
31 Set the *onoff* parameter to 1 to make the library display a lot of
H A DCURLOPT_TFTP_NO_OPTIONS.md23 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TFTP_NO_OPTIONS, long onoff);
28 Set *onoff* to 1L to exclude all TFTP options defined in RFC 2347,
H A DCURLOPT_HEADER.md28 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HEADER, long onoff);
33 Pass the long value *onoff* set to 1 to ask libcurl to include the headers
H A DCURLOPT_NOSIGNAL.md23 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_NOSIGNAL, long onoff);
28 If *onoff* is 1, libcurl uses no functions that install signal handlers or
H A DCURLOPT_WILDCARDMATCH.md26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_WILDCARDMATCH, long onoff);
31 Set *onoff* to 1 if you want to transfer multiple files according to a
H A DCURLOPT_DNS_SHUFFLE_ADDRESSES.md24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_DNS_SHUFFLE_ADDRESSES, long onoff);
H A DCURLOPT_SUPPRESS_CONNECT_HEADERS.md25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SUPPRESS_CONNECT_HEADERS, long onoff);
/curl/lib/
H A Dcf-socket.c112 curl_socklen_t onoff = (curl_socklen_t) 1; in tcpnodelay() local
116 if(setsockopt(sockfd, level, TCP_NODELAY, (void *)&onoff, in tcpnodelay()
117 sizeof(onoff)) < 0) in tcpnodelay()
134 int onoff = 1; in nosigpipe() local
136 if(setsockopt(sockfd, SOL_SOCKET, SO_NOSIGPIPE, (void *)&onoff, in nosigpipe()
137 sizeof(onoff)) < 0) { in nosigpipe()
170 u_long onoff; member
219 vals.onoff = 1; in tcpkeepalive()

Completed in 25 milliseconds