Lines Matching refs:nfd
707 DWORD nfd = 0, thd = 0, wsa = 0; in select_ws() local
751 handles[nfd] = 0; in select_ws()
764 data[nfd].fd = curlx_sitosk(fds); in select_ws()
768 handles[nfd] = handle; in select_ws()
773 handles[nfd] = GetStdHandle(STD_OUTPUT_HANDLE); in select_ws()
776 handles[nfd] = GetStdHandle(STD_ERROR_HANDLE); in select_ws()
784 handles[nfd] = handle; in select_ws()
793 handles[nfd] = handle; in select_ws()
799 nfd++; in select_ws()
812 wait = WaitForMultipleObjectsEx(nfd, handles, FALSE, milliseconds, FALSE); in select_ws()
818 for(idx = 0; idx < nfd; idx++) { in select_ws()