Searched refs:checkFdSet (Results 1 – 2 of 2) sorted by relevance
/third_party/curl/tests/libtest/ |
D | lib582.c | 218 static void checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, in checkFdSet() function 330 checkFdSet(m, &sockets.read, &readSet, CURL_CSELECT_IN, "read"); in test() 331 checkFdSet(m, &sockets.write, &writeSet, CURL_CSELECT_OUT, "write"); in test()
|
D | lib530.c | 245 static int checkFdSet(CURLM *curl, in checkFdSet() function 328 res = checkFdSet(m, &sockets.read, &readSet, CURL_CSELECT_IN, "read"); in testone() 331 res = checkFdSet(m, &sockets.write, &writeSet, CURL_CSELECT_OUT, "write"); in testone()
|