Searched refs:new_trans_conn (Results 1 – 2 of 2) sorted by relevance
667 XtransConnInfo trans_conn, new_trans_conn; in EstablishNewConnections() local685 if ((new_trans_conn = _XSERVTransAccept(trans_conn, &status)) == NULL) in EstablishNewConnections()688 newconn = _XSERVTransGetConnectionNumber(new_trans_conn); in EstablishNewConnections()690 _XSERVTransSetOption(new_trans_conn, TRANS_NONBLOCKING, 1); in EstablishNewConnections()693 new_trans_conn->flags = new_trans_conn->flags | TRANS_NOXAUTH; in EstablishNewConnections()695 if (!AllocNewConnection(new_trans_conn, newconn, connect_time)) { in EstablishNewConnections()696 ErrorConnMax(new_trans_conn); in EstablishNewConnections()
94649 In the case of failure on AllocNewConnection, new_trans_conn cannot be