Searched refs:listen_obj (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libICE/dist/src/
H A Dshutdown.c115 if (iceConn->listen_obj &&
246 if (iceConn->listen_obj == NULL)
H A Daccept.c80 iceConn->listen_obj = listenObj;
H A Dconnect.c179 iceConn->listen_obj = NULL;
H A Dprocess.c1040 if (mustAuthenticate || !iceConn->listen_obj->host_based_auth_proc)
1049 if ((*iceConn->listen_obj->host_based_auth_proc) (hostname))
1393 iceConn->listen_obj->host_based_auth_proc)
1397 if ((*iceConn->listen_obj->host_based_auth_proc) (hostname))
/xsrc/external/mit/libICE/dist/include/X11/ICE/
H A DICEconn.h208 * the listen_obj field is set to the listen object. Otherwise,
209 * the listen_obj field is NULL.
212 IceListenObj listen_obj; member in struct:_IceConn

Completed in 6 milliseconds