Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dconnection.c578 priv->conn_time = 0; in ClientAuthorized()
614 AllocNewConnection(XtransConnInfo trans_conn, int fd, CARD32 conn_time) in AllocNewConnection() argument
627 oc->conn_time = conn_time; in AllocNewConnection()
675 if ((oc && (oc->conn_time != 0) && in EstablishNewConnections()
676 (connect_time - oc->conn_time) >= TimeOutValue) || in EstablishNewConnections()
H A Dosdep.h119 CARD32 conn_time; /* timestamp if not established, else 0 */ member