Searched refs:onoff (Results 1 – 9 of 9) sorted by relevance
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_NOPROGRESS.md | 26 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 D | CURLOPT_VERBOSE.md | 26 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 D | CURLOPT_TFTP_NO_OPTIONS.md | 23 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 D | CURLOPT_HEADER.md | 28 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 D | CURLOPT_NOSIGNAL.md | 23 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 D | CURLOPT_WILDCARDMATCH.md | 26 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 D | CURLOPT_DNS_SHUFFLE_ADDRESSES.md | 24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_DNS_SHUFFLE_ADDRESSES, long onoff);
|
H A D | CURLOPT_SUPPRESS_CONNECT_HEADERS.md | 25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SUPPRESS_CONNECT_HEADERS, long onoff);
|
/curl/lib/ |
H A D | cf-socket.c | 112 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 24 milliseconds