Searched refs:evBitmask (Results 1 - 2 of 2) sorted by relevance
/third_party/curl/tests/libtest/ |
H A D | lib582.c | 204 static void notifyCurl(CURLM *curl, curl_socket_t s, int evBitmask, in notifyCurl() argument 208 CURLMcode result = curl_multi_socket_action(curl, s, evBitmask, &numhandles); in notifyCurl() 219 int evBitmask, const char *name) in checkFdSet() 224 notifyCurl(curl, sockets->sockets[i], evBitmask, name); in checkFdSet() 218 checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, int evBitmask, const char *name) checkFdSet() argument
|
H A D | lib530.c | 230 static int socket_action(CURLM *curl, curl_socket_t s, int evBitmask, in socket_action() argument 234 CURLMcode result = curl_multi_socket_action(curl, s, evBitmask, &numhandles); in socket_action() 247 int evBitmask, const char *name) in checkFdSet() 253 result = socket_action(curl, sockets->sockets[i], evBitmask, name); in checkFdSet() 245 checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, int evBitmask, const char *name) checkFdSet() argument
|
Completed in 2 milliseconds