Home
last modified time | relevance | path

Searched refs:act (Results 1 – 17 of 17) sorted by relevance

/curl/docs/examples/
H A Dhiperfifo.c249 static void setsock(SockInfo *f, curl_socket_t s, CURL *e, int act, in setsock() argument
253 ((act & CURL_POLL_IN) ? EV_READ : 0) | in setsock()
254 ((act & CURL_POLL_OUT) ? EV_WRITE : 0) | EV_PERSIST; in setsock()
257 f->action = act; in setsock()
H A Dghiper.c219 static void setsock(SockInfo *f, curl_socket_t s, CURL *e, int act, in setsock() argument
223 ((act & CURL_POLL_IN) ? G_IO_IN : 0) | in setsock()
224 ((act & CURL_POLL_OUT) ? G_IO_OUT : 0); in setsock()
227 f->action = act; in setsock()
H A Devhiperfifo.c247 static void setsock(SockInfo *f, curl_socket_t s, CURL *e, int act, in setsock() argument
252 int kind = ((act & CURL_POLL_IN) ? EV_READ : 0) | in setsock()
253 ((act & CURL_POLL_OUT) ? EV_WRITE : 0); in setsock()
256 f->action = act; in setsock()
H A Dephiperfifo.c268 static void setsock(SockInfo *f, curl_socket_t s, CURL *e, int act, in setsock() argument
272 int kind = ((act & CURL_POLL_IN) ? EPOLLIN : 0) | in setsock()
273 ((act & CURL_POLL_OUT) ? EPOLLOUT : 0); in setsock()
282 f->action = act; in setsock()
/curl/docs/libcurl/opts/
H A DCURLOPT_SSH_KEYFUNCTION.md65 application to act and decide for libcurl how to proceed. The callback is only
72 codes to tell libcurl how to act:
105 This feature could be used when the app wants to return and act on the
H A DCURLOPT_HTTP_CONTENT_DECODING.md31 Pass a long to tell libcurl how to act on content decoding. If set to zero,
H A DCURLOPT_HTTP_TRANSFER_DECODING.md30 Pass a long to tell libcurl how to act on transfer decoding. If set to zero,
H A DCURLOPT_SASL_AUTHZID.md18 CURLOPT_SASL_AUTHZID - authorization identity (identity to act as)
H A DCURLOPT_SSH_HOSTKEYFUNCTION.md48 to act:
H A DCURLOPT_POSTREDIR.md20 CURLOPT_POSTREDIR - how to act on an HTTP POST redirect
H A DCURLOPT_HTTPHEADER.md84 Setting some specific headers causes libcurl to act differently.
/curl/tests/data/
H A Dtest107039 which is useful if the test case needs a file to act on. We create this file
/curl/lib/
H A Deasy.c623 int act = poll2cselect(fds[i].revents); /* convert */ in wait_or_timeout() local
628 mcode = curl_multi_socket_action(multi, fds[i].fd, act, in wait_or_timeout()
/curl/docs/libcurl/
H A Dcurl_easy_setopt.md695 How to act on redirects after POST. See CURLOPT_POSTREDIR(3)
964 SASL authorization identity (identity to act as). See CURLOPT_SASL_AUTHZID(3)
H A Dlibcurl-tutorial.md815 What "proxy" means according to Merriam-Webster: "a person authorized to act
/curl/m4/
H A Dcurl-confopts.m4132 dnl fully satisfied the option will be ignored and act as if
/curl/docs/
H A DFAQ1090 an embedded device with only a single network connection) may want to act

Completed in 49 milliseconds