Home | History | Annotate | Download | only in libevent

Lines Matching defs:closing

237 	char closing; /* Are we trying to close this port, pending writes? */
1489 port->closing = 0;
1506 port->closing = 1;
1754 event_set(&port->event, port->socket, (port->closing?0:EV_READ) | EV_WRITE | EV_PERSIST, server_port_ready_callback, port);