Searched refs:act (Results 1 – 17 of 17) sorted by relevance
/curl/docs/examples/ |
H A D | ghiper.c | 219 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 D | hiperfifo.c | 249 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 D | evhiperfifo.c | 247 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 D | ephiperfifo.c | 268 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 D | CURLOPT_SSH_KEYFUNCTION.md | 65 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 D | CURLOPT_HTTP_CONTENT_DECODING.md | 31 Pass a long to tell libcurl how to act on content decoding. If set to zero,
|
H A D | CURLOPT_HTTP_TRANSFER_DECODING.md | 30 Pass a long to tell libcurl how to act on transfer decoding. If set to zero,
|
H A D | CURLOPT_SASL_AUTHZID.md | 18 CURLOPT_SASL_AUTHZID - authorization identity (identity to act as)
|
H A D | CURLOPT_SSH_HOSTKEYFUNCTION.md | 48 to act:
|
H A D | CURLOPT_POSTREDIR.md | 20 CURLOPT_POSTREDIR - how to act on an HTTP POST redirect
|
H A D | CURLOPT_HTTPHEADER.md | 84 Setting some specific headers causes libcurl to act differently.
|
/curl/tests/data/ |
H A D | test1070 | 39 which is useful if the test case needs a file to act on. We create this file
|
/curl/lib/ |
H A D | easy.c | 624 int act = poll2cselect(fds[i].revents); /* convert */ in wait_or_timeout() local 629 mcode = curl_multi_socket_action(multi, fds[i].fd, act, in wait_or_timeout()
|
/curl/docs/libcurl/ |
H A D | curl_easy_setopt.md | 695 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 D | libcurl-tutorial.md | 815 What "proxy" means according to Merriam-Webster: "a person authorized to act
|
/curl/m4/ |
H A D | curl-confopts.m4 | 132 dnl fully satisfied the option will be ignored and act as if
|
/curl/docs/ |
H A D | FAQ | 1090 an embedded device with only a single network connection) may want to act
|
Completed in 30 milliseconds