Home
last modified time | relevance | path

Searched defs:action (Results 1 – 12 of 12) sorted by relevance

/curl/lib/
H A Dsigpipe.h51 struct sigaction action; in sigpipe_ignore() local
H A Deasy.c1083 CURLcode curl_easy_pause(struct Curl_easy *data, int action) in curl_easy_pause()
H A Dmulti.c220 unsigned int action; /* what combined action READ/WRITE this socket waits member
/curl/docs/examples/
H A Dhiperfifo.c108 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 Devhiperfifo.c110 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 Dghiper.c91 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 Dephiperfifo.c108 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 Dmulti-event.c168 static int handle_socket(CURL *easy, curl_socket_t s, int action, void *userp, in handle_socket()
H A Dmulti-uv.c174 static int handle_socket(CURL *easy, curl_socket_t s, int action, void *userp, in handle_socket()
/curl/tests/libtest/
H A Dlib582.c101 static int curlSocketCallback(CURL *easy, curl_socket_t s, int action, in curlSocketCallback()
H A Dlib530.c117 static int curlSocketCallback(CURL *easy, curl_socket_t s, int action, in curlSocketCallback()
/curl/src/
H A Dtool_paramhlp.c407 enum e_action { allow, deny, set } action = allow; in proto2num() local

Completed in 48 milliseconds