Searched refs:listenObjs (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libICE/dist/src/
H A Dlisten.c46 struct _IceListenObj *listenObjs; local in function:IceListenForConnections
68 if ((listenObjs = malloc (transCount * sizeof (struct _IceListenObj))) == NULL)
86 listenObjs[*countRet].trans_conn = transConns[i];
87 listenObjs[*countRet].network_id = networkId;
142 *((*listenObjsRet)[i]) = listenObjs[i];
164 free (listenObjs);
195 IceListenObj *listenObjs
202 if (count < 1 || listenObjs == NULL)
206 len += (strlen (listenObjs[i]->network_id) + 1);
220 if (_IceTransIsLocal (listenObjs[
193 IceComposeNetworkIdList(int count,IceListenObj * listenObjs) argument
250 IceFreeListenObjs(int count,IceListenObj * listenObjs) argument
[all...]
H A Dlistenwk.c48 struct _IceListenObj *listenObjs; local in function:IceListenForWellKnownConnections
71 listenObjs = calloc (transCount, sizeof (struct _IceListenObj));
72 if (listenObjs == NULL)
90 listenObjs[*countRet].trans_conn = transConns[i];
91 listenObjs[*countRet].network_id = networkId;
146 *((*listenObjsRet)[i]) = listenObjs[i];
168 free (listenObjs);
/xsrc/external/mit/xsm/dist/
H A Dauth.h34 extern Status SetAuthentication(int count, IceListenObj *listenObjs,
H A Dauth.c135 SetAuthentication(int count, IceListenObj *listenObjs,
194 IceGetListenConnectionString (listenObjs[i/2]);
203 IceGetListenConnectionString (listenObjs[i/2]);
216 IceSetHostBasedAuthProc (listenObjs[i/2], HostBasedAuthProc);
131 SetAuthentication(int count,IceListenObj * listenObjs,IceAuthDataEntry ** authDataEntries) argument
H A Dxsm.c154 static IceListenObj *listenObjs; variable in typeref:typename:IceListenObj *
260 if (!IceListenForConnections (&numTransports, &listenObjs,
269 if (!SetAuthentication (numTransports, listenObjs, &authDataEntries))
280 IceGetListenConnectionNumber (listenObjs[i]),
282 NewConnectionXtProc, (XtPointer) listenObjs[i]);
286 networkIds = IceComposeNetworkIdList (numTransports, listenObjs);
1433 IceFreeListenObjs (numTransports, listenObjs);
/xsrc/external/mit/proxymngr/dist/
H A Dmain.c100 IceListenObj *listenObjs; local in function:main
173 PM_PORT, &numTransports, &listenObjs, 256, errormsg))
179 networkIds = IceComposeNetworkIdList (numTransports, listenObjs);
193 IceGetListenConnectionNumber (listenObjs[i]),
195 NewConnectionXtProc, (XtPointer) listenObjs[i]);
197 IceSetHostBasedAuthProc (listenObjs[i], HostBasedAuthProc);
199 SetCloseOnExec (IceGetListenConnectionNumber (listenObjs[i]));

Completed in 6 milliseconds