Searched refs:updateFdSet (Results 1 - 2 of 2) sorted by relevance
/third_party/curl/tests/libtest/ |
H A D | lib582.c | 192 static void updateFdSet(struct Sockets *sockets, fd_set* fdset, in updateFdSet() function 314 updateFdSet(&sockets.read, &readSet, &maxFd); in test() 315 updateFdSet(&sockets.write, &writeSet, &maxFd); in test()
|
H A D | lib530.c | 218 static void updateFdSet(struct Sockets *sockets, fd_set* fdset, in updateFdSet() function 311 updateFdSet(&sockets.read, &readSet, &maxFd); in testone() 312 updateFdSet(&sockets.write, &writeSet, &maxFd); in testone()
|
Completed in 1 milliseconds