Home
last modified time | relevance | path

Searched refs:checkFdSet (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/tests/libtest/
Dlib582.c218 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()
Dlib530.c245 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()