Searched refs:newconn (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libICE/dist/src/
H A Daccept.c44 XtransConnInfo newconn; local in function:IceAcceptConnection
52 if ((newconn = _IceTransAccept (listenObj->trans_conn, &status)) == NULL)
66 _IceTransSetOption (newconn, TRANS_CLOSEONEXEC, 1);
75 _IceTransClose (newconn);
89 iceConn->trans_conn = newconn;
97 _IceTransClose (newconn);
112 _IceTransClose (newconn);
125 _IceTransClose (newconn);
/xsrc/external/mit/xfs/dist/os/
H A Dconnection.c286 int newconn; local in function:MakeNewConnections
324 newconn = _FontTransGetConnectionNumber (new_trans_conn);
335 FD_SET(newconn, &AllClients);
336 FD_SET(newconn, &AllSockets);
337 oc->fd = newconn;
343 if ((newconn < lastfdesc) &&
345 ConnectionTranslation[newconn] = client->index;
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dconnection.c791 register int newconn; /* fd of new client */ local in function:EstablishNewConnections
840 newconn = _XSERVTransGetConnectionNumber (new_trans_conn);
842 if (newconn < lastfdesc)
846 clientid = ConnectionTranslation[newconn];
848 clientid = GetConnectionTranslation(newconn);
856 if (!AllocNewConnection (new_trans_conn, newconn, connect_time))
/xsrc/external/mit/xorg-server/dist/os/
H A Dconnection.c661 int newconn; /* fd of new client */ local in function:EstablishNewConnections
687 newconn = _XSERVTransGetConnectionNumber(new_trans_conn);
694 if (!AllocNewConnection(new_trans_conn, newconn, connect_time)) {

Completed in 6 milliseconds