Lines Matching refs:trans_conn
14280 os: Check oc->trans_conn before using oc->fd in YieldControlNoInput
14282 oc->trans_conn is set to NULL when the connection is closed. At this
14285 oc->trans_conn can be checked in a single place.
14296 In set_poll_client, check oc->trans_conn to make sure the connection
14324 descriptor are moved inside the check for trans_conn and
14325 oc->trans_conn is set to NULL after cleaning up.
108357 ((OsCommPtr)client->osPrivate)->trans_conn is NULL at this point.
108360 trans_conn is NULL, which fixes the crash I was seeing; however Keith
108361 Packard pointed out that just checking trans_conn isn't enough;
108365 _XSERVTransClose is called (which is what frees the trans_conn data) and
108366 found that every place which called that immediately set trans_conn to