Searched defs:action (Results 1 – 13 of 13) sorted by relevance
/curl/lib/ |
H A D | sigpipe.h | 58 struct sigaction action; in sigpipe_ignore() local
|
H A D | easy.c | 1115 CURLcode curl_easy_pause(CURL *d, int action) in curl_easy_pause()
|
H A D | multi.c | 224 unsigned int action; /* what combined action READ/WRITE this socket waits member
|
/curl/docs/examples/ |
H A D | evhiperfifo.c | 110 int action; member 208 int action = ((revents & EV_READ) ? CURL_POLL_IN : 0) | in event_cb() local 269 static void addsock(curl_socket_t s, CURL *easy, int action, GlobalInfo *g) in addsock()
|
H A D | ghiper.c | 91 int action; member 186 int action = in event_cb() local 236 static void addsock(curl_socket_t s, CURL *easy, int action, GlobalInfo *g) in addsock()
|
H A D | hiperfifo.c | 108 int action; member 201 int action = in event_cb() local 269 static void addsock(curl_socket_t s, CURL *easy, int action, GlobalInfo *g) in addsock()
|
H A D | ephiperfifo.c | 108 int action; member 206 int action = ((revents & EPOLLIN) ? CURL_CSELECT_IN : 0) | in event_cb() local 295 static void addsock(curl_socket_t s, CURL *easy, int action, GlobalInfo *g) in addsock()
|
H A D | multi-event.c | 168 static int handle_socket(CURL *easy, curl_socket_t s, int action, void *userp, in handle_socket()
|
H A D | multi-uv.c | 187 static int cb_socket(CURL *easy, curl_socket_t s, int action, in cb_socket()
|
/curl/tests/libtest/ |
H A D | lib582.c | 99 static int curlSocketCallback(CURL *easy, curl_socket_t s, int action, in curlSocketCallback()
|
H A D | lib530.c | 115 static int curlSocketCallback(CURL *easy, curl_socket_t s, int action, in curlSocketCallback()
|
/curl/src/ |
H A D | tool_paramhlp.c | 403 enum e_action { allow, deny, set } action = allow; in proto2num() local
|
H A D | tool_operate.c | 2595 static int cb_socket(CURL *easy, curl_socket_t s, int action, in cb_socket()
|
Completed in 33 milliseconds