Home
last modified time | relevance | path

Searched refs:new_trans_conn (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dconnection.c667 XtransConnInfo trans_conn, new_trans_conn; in EstablishNewConnections() local
685 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()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog94649 In the case of failure on AllocNewConnection, new_trans_conn cannot be