Searched refs:checkFdSet (Results 1 – 2 of 2) sorted by relevance
/curl/tests/libtest/ |
H A D | lib582.c | 210 static void checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, in checkFdSet() function 322 checkFdSet(m, &sockets.read, &readSet, CURL_CSELECT_IN, "read"); in test() 323 checkFdSet(m, &sockets.write, &writeSet, CURL_CSELECT_OUT, "write"); in test()
|
H A D | lib530.c | 243 static int checkFdSet(CURLM *curl, in checkFdSet() function 327 if(checkFdSet(m, &sockets.read, &readSet, CURL_CSELECT_IN, "read")) { in testone() 331 if(checkFdSet(m, &sockets.write, &writeSet, CURL_CSELECT_OUT, "write")) { in testone()
|
Completed in 5 milliseconds