Home | History | Annotate | Download | only in socket

Lines Matching refs:FD_CLOSE

882                    FD_READ | FD_CLOSE);
991 DCHECK_EQ(network_events.lNetworkEvents & ~(FD_READ | FD_CLOSE), 0);
992 // If network_events.lNetworkEvents is FD_CLOSE and
997 // FD_CLOSE should only be posted after all data is read from a
999 // receipt of FD_CLOSE to avoid any possibility of losing data.