Lines Matching refs:nfd
697 DWORD nfd = 0, thd = 0, wsa = 0; in select_ws() local
741 handles[nfd] = 0; in select_ws()
754 data[nfd].fd = curlx_sitosk(fds); in select_ws()
758 handles[nfd] = handle; in select_ws()
763 handles[nfd] = GetStdHandle(STD_OUTPUT_HANDLE); in select_ws()
766 handles[nfd] = GetStdHandle(STD_ERROR_HANDLE); in select_ws()
774 handles[nfd] = handle; in select_ws()
783 handles[nfd] = handle; in select_ws()
789 nfd++; in select_ws()
802 wait = WaitForMultipleObjectsEx(nfd, handles, FALSE, milliseconds, FALSE); in select_ws()
808 for(idx = 0; idx < nfd; idx++) { in select_ws()