Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib582.c210 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 Dlib530.c243 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