Searched refs:conn_time (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xfs/dist/os/
H A Dosdep.h99 long conn_time; /* timestamp if not established, else 0 */ member in struct:_osComm
H A Daccess.c96 oc->conn_time = 0;
H A Dconnection.c303 if ((oc && (oc->conn_time != 0) &&
304 (connect_time - oc->conn_time) >= TimeOutValue) ||
341 oc->conn_time = connect_time;
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dosdep.h170 CARD32 conn_time; /* timestamp if not established, else 0 */ member in struct:_osComm
H A Dconnection.c704 priv->conn_time = 0;
723 AllocNewConnection (XtransConnInfo trans_conn, int fd, CARD32 conn_time) argument
744 oc->conn_time = conn_time;
809 if ((oc && (oc->conn_time != 0) &&
810 (connect_time - oc->conn_time) >= TimeOutValue) ||
/xsrc/external/mit/xorg-server/dist/os/
H A Dosdep.h119 CARD32 conn_time; /* timestamp if not established, else 0 */ member in struct:_osComm
H A Dconnection.c579 priv->conn_time = 0;
615 AllocNewConnection(XtransConnInfo trans_conn, int fd, CARD32 conn_time) argument
628 oc->conn_time = conn_time;
674 if ((oc && (oc->conn_time != 0) &&
675 (connect_time - oc->conn_time) >= TimeOutValue) ||

Completed in 7 milliseconds