Lines Matching refs:mask
1317 long mask = 0; local
1319 mask |= FD_READ|FD_ACCEPT|FD_CLOSE;
1321 mask |= FD_OOB;
1323 mask |= FD_WRITE|FD_CONNECT|FD_CLOSE;
1326 if(mask) {
1327 if(WSAEventSelect(cpfds.pfds[i].fd, multi->wsa_event, mask) != 0) {
1390 unsigned short mask = 0; local
1396 mask |= CURL_WAIT_POLLIN;
1398 mask |= CURL_WAIT_POLLOUT;
1400 mask |= CURL_WAIT_POLLPRI;
1406 extra_fds[i].revents = (short)mask;
1411 mask |= CURL_WAIT_POLLIN;
1413 mask |= CURL_WAIT_POLLOUT;
1415 mask |= CURL_WAIT_POLLPRI;
1416 extra_fds[i].revents = (short)mask;