Home | History | Annotate | Download | only in base

Lines Matching refs:iErrorCode

1583                   wsaEvents.iErrorCode[FD_READ_BIT] != 0) {
1585 << wsaEvents.iErrorCode[FD_READ_BIT];
1588 wsaEvents.iErrorCode[FD_WRITE_BIT] != 0) {
1590 << wsaEvents.iErrorCode[FD_WRITE_BIT];
1593 wsaEvents.iErrorCode[FD_CONNECT_BIT] != 0) {
1595 << wsaEvents.iErrorCode[FD_CONNECT_BIT];
1598 wsaEvents.iErrorCode[FD_ACCEPT_BIT] != 0) {
1600 << wsaEvents.iErrorCode[FD_ACCEPT_BIT];
1603 wsaEvents.iErrorCode[FD_CLOSE_BIT] != 0) {
1605 << wsaEvents.iErrorCode[FD_CLOSE_BIT];
1616 if (wsaEvents.iErrorCode[FD_CONNECT_BIT] == 0) {
1620 errcode = wsaEvents.iErrorCode[FD_CONNECT_BIT];
1627 errcode = wsaEvents.iErrorCode[FD_CLOSE_BIT];