Searched refs:PEER_ENDPOINT_CLOSED (Results 1 – 2 of 2) sorted by relevance
323 UpdateEndpointStateMayRemove(endpoint, PEER_ENDPOINT_CLOSED); in ~MultiplexRouter()352 UpdateEndpointStateMayRemove(endpoint, PEER_ENDPOINT_CLOSED); in CreateEndpointHandlePair()368 UpdateEndpointStateMayRemove(endpoint, PEER_ENDPOINT_CLOSED); in CreateLocalEndpointHandle()536 UpdateEndpointStateMayRemove(endpoint, PEER_ENDPOINT_CLOSED); in OnPeerAssociatedEndpointClosed()576 UpdateEndpointStateMayRemove(endpoint, PEER_ENDPOINT_CLOSED); in OnPipeConnectionError()809 case PEER_ENDPOINT_CLOSED: in UpdateEndpointStateMayRemove()
198 enum EndpointStateUpdateType { ENDPOINT_CLOSED, PEER_ENDPOINT_CLOSED }; enumerator