Home
last modified time | relevance | path

Searched refs:iceConn (Results 1 – 25 of 32) sorted by relevance

12

/dports/x11/libICE/libICE-1.0.10/src/
H A Dmisc.c55 if (!iceConn->scratch || size > iceConn->scratch_size) in IceAllocScratch()
74 IceConn iceConn in IceFlush() argument
78 (unsigned long) (iceConn->outbufptr - iceConn->outbuf), in IceFlush()
81 iceConn->outbufptr = iceConn->outbuf; in IceFlush()
88 IceConn iceConn in IceGetOutBufSize() argument
91 return (iceConn->outbufmax - iceConn->outbuf); in IceGetOutBufSize()
97 IceConn iceConn in IceGetInBufSize() argument
100 return (iceConn->inbufmax - iceConn->inbuf); in IceGetInBufSize()
111 IceConn iceConn in IceConnectionStatus() argument
120 IceConn iceConn in IceVendor() argument
[all …]
H A Dshutdown.c39 IceConn iceConn, in IceProtocolShutdown() argument
56 for (i = iceConn->his_min_opcode; i <= iceConn->his_max_opcode; i++) in IceProtocolShutdown()
91 IceConn iceConn in IceCheckShutdownNegotiation() argument
101 IceConn iceConn in IceCloseConnection() argument
184 if (!iceConn->free_asap && (!iceConn->io_ok || in IceCloseConnection()
196 if (!iceConn->free_asap && iceConn->dispatch_level != 0 && in IceCloseConnection()
197 (!iceConn->io_ok || in IceCloseConnection()
209 if (iceConn->io_ok && iceConn->dispatch_level == 0 && in IceCloseConnection()
224 (!iceConn->io_ok || (iceConn->io_ok && iceConn->skip_want_to_close && in IceCloseConnection()
243 IceConn iceConn in _IceFreeConnection() argument
[all …]
H A Dprocess.c221 iceConn->inbufptr = iceConn->inbuf + SIZEOF (iceMsg); in IceProcessMessages()
246 iceConn->swap = in IceProcessMessages()
418 if (iceConn->dispatch_level == 0 && iceConn->free_asap) in IceProcessMessages()
513 IceConn iceConn, in AcceptConnection() argument
541 IceConn iceConn, in AcceptProtocol() argument
581 IceConn iceConn in PingReply() argument
606 (iceConn->connect_to_you || iceConn->connect_to_me) ? in ProcessError()
826 (*authProc) (iceConn, &iceConn->connect_to_you->my_auth_state, in ProcessError()
1411 iceConn->vendor = iceConn->connect_to_me->his_vendor; in ProcessAuthReply()
1412 iceConn->release = iceConn->connect_to_me->his_release; in ProcessAuthReply()
[all …]
H A Dconnect.c50 IceConn iceConn; in IceOpenConnection() local
109 if (iceConn->want_to_close || iceConn->free_asap || in IceOpenConnection()
143 return (iceConn); in IceOpenConnection()
165 free (iceConn); in IceOpenConnection()
214 iceConn->inbufmax = iceConn->inbuf + ICE_INBUFSIZE; in IceOpenConnection()
226 iceConn->outbufmax = iceConn->outbuf + ICE_OUTBUFSIZE; in IceOpenConnection()
394 iceConn = NULL; in IceOpenConnection()
412 iceConn = NULL; in IceOpenConnection()
445 iceConn = NULL; in IceOpenConnection()
459 return (iceConn); in IceOpenConnection()
[all …]
H A Daccept.c43 IceConn iceConn; in IceAcceptConnection() local
84 iceConn->io_ok = True; in IceAcceptConnection()
98 free (iceConn); in IceAcceptConnection()
106 if ((iceConn->inbuf = iceConn->inbufptr = malloc (ICE_INBUFSIZE)) != NULL) in IceAcceptConnection()
108 iceConn->inbufmax = iceConn->inbuf + ICE_INBUFSIZE; in IceAcceptConnection()
114 free (iceConn); in IceAcceptConnection()
121 iceConn->outbufmax = iceConn->outbuf + ICE_OUTBUFSIZE; in IceAcceptConnection()
127 free (iceConn->inbuf); in IceAcceptConnection()
128 free (iceConn); in IceAcceptConnection()
168 IceFlush (iceConn); in IceAcceptConnection()
[all …]
H A Derror.c40 IceConn iceConn, in _IceErrorBadMinor() argument
59 IceConn iceConn, in _IceErrorBadState() argument
78 IceConn iceConn, in _IceErrorBadLength() argument
97 IceConn iceConn, in _IceErrorBadValue() argument
125 IceConn iceConn, in _IceErrorNoAuthentication() argument
145 IceConn iceConn, in _IceErrorNoVersion() argument
165 IceConn iceConn, in _IceErrorSetupFailed() argument
196 IceConn iceConn, in _IceErrorAuthenticationRejected() argument
225 IceConn iceConn, in _IceErrorAuthenticationFailed() argument
254 IceConn iceConn, in _IceErrorProtocolDuplicate() argument
[all …]
H A Dprotosetup.c38 IceConn iceConn, in IceProtocolSetup() argument
98 if (iceConn->process_msg_info) in IceProtocolSetup()
100 for (i = iceConn->his_min_opcode; i <= iceConn->his_max_opcode; i++) in IceProtocolSetup()
102 if (iceConn->process_msg_info[ in IceProtocolSetup()
103 i - iceConn->his_min_opcode].in_use && in IceProtocolSetup()
109 if (i <= iceConn->his_max_opcode) in IceProtocolSetup()
125 iceConn->connection_string, in IceProtocolSetup()
178 IceFlush (iceConn); in IceProtocolSetup()
255 free (iceConn->protosetup_to_you); in IceProtocolSetup()
274 iceConn->proto_ref_count++; in IceProtocolSetup()
[all …]
H A Dreplywait.c38 IceConn iceConn, in _IceAddReplyWait() argument
51 last = iceConn->saved_reply_waits; in _IceAddReplyWait()
69 iceConn->saved_reply_waits = savedReplyWait; in _IceAddReplyWait()
78 IceConn iceConn, in _IceSearchReplyWaits() argument
86 _IceSavedReplyWait *savedReplyWait = iceConn->saved_reply_waits; in _IceSearchReplyWaits()
101 IceConn iceConn, in _IceSetReplyReady() argument
109 _IceSavedReplyWait *savedReplyWait = iceConn->saved_reply_waits; in _IceSetReplyReady()
122 IceConn iceConn, in _IceCheckReplyReady() argument
126 _IceSavedReplyWait *savedReplyWait = iceConn->saved_reply_waits; in _IceCheckReplyReady()
147 iceConn->saved_reply_waits = savedReplyWait->next; in _IceCheckReplyReady()
H A Dwatch.c79 newWatchedConn->iceConn = _IceConnectionObjs[i]; in IceAddConnectionWatch()
135 IceConn iceConn in _IceConnectionOpened() argument
150 newWatchedConn->iceConn = iceConn; in _IceConnectionOpened()
158 (*watchProc->watch_proc) (iceConn, in _IceConnectionOpened()
169 IceConn iceConn in _IceConnectionClosed() argument
179 while (watchedConn && watchedConn->iceConn != iceConn) in _IceConnectionClosed()
187 (*watchProc->watch_proc) (iceConn, in _IceConnectionClosed()
H A Dping.c37 IceConn iceConn, in IcePing() argument
43 _IcePingWait *ptr = iceConn->ping_waits; in IcePing()
56 iceConn->ping_waits = newping; in IcePing()
60 IceSimpleMessage (iceConn, 0, ICE_Ping); in IcePing()
61 IceFlush (iceConn); in IcePing()
H A Dlocking.c52 IceConn iceConn in IceAppLockConn() argument
55 IceLockConn (iceConn); in IceAppLockConn()
61 IceConn iceConn in IceAppUnlockConn() argument
64 IceUnlockConn (iceConn); in IceAppUnlockConn()
H A Diceauth.c128 IceConn iceConn, in _IcePoMagicCookie1Proc() argument
161 _IceGetPoAuthData ("ICE", iceConn->connection_string, in _IcePoMagicCookie1Proc()
204 IceConn iceConn, in _IcePaMagicCookie1Proc() argument
239 _IceGetPaAuthData ("ICE", iceConn->connection_string, in _IcePaMagicCookie1Proc()
/dports/x11/libSM/libSM-1.2.3/src/
H A Dsm_manager.c80 smsConn->iceConn = iceConn; in _SmsProtocolSetupProc()
185 IceConn iceConn = smsConn->iceConn; in SmsRegisterClientReply() local
203 IceFlush (iceConn); in SmsRegisterClientReply()
214 IceConn iceConn = smsConn->iceConn; in SmsSaveYourself() local
225 IceFlush (iceConn); in SmsSaveYourself()
250 IceConn iceConn = smsConn->iceConn; in SmsSaveYourselfPhase2() local
261 IceConn iceConn = smsConn->iceConn; in SmsInteract() local
274 IceConn iceConn = smsConn->iceConn; in SmsDie() local
285 IceConn iceConn = smsConn->iceConn; in SmsSaveComplete() local
296 IceConn iceConn = smsConn->iceConn; in SmsShutdownCancelled() local
[all …]
H A Dsm_process.c186 _IceReadSkip (iceConn, length << 3); in _SmcProcessMessage()
205 if (!IceValidIO (iceConn)) in _SmcProcessMessage()
279 if (!IceValidIO (iceConn)) in _SmcProcessMessage()
317 if (!IceValidIO (iceConn)) in _SmcProcessMessage()
484 if (!IceValidIO (iceConn)) in _SmcProcessMessage()
554 if (!IceValidIO (iceConn)) in _SmsProcessMessage()
599 if (!IceValidIO (iceConn)) in _SmsProcessMessage()
734 if (!IceValidIO (iceConn)) in _SmsProcessMessage()
853 if (!IceValidIO (iceConn)) in _SmsProcessMessage()
911 if (!IceValidIO (iceConn)) in _SmsProcessMessage()
[all …]
H A Dsm_client.c59 IceConn iceConn; in SmcOpenConnection() local
176 smcConn->iceConn = iceConn; in SmcOpenConnection()
283 IceConn iceConn = smcConn->iceConn; in SmcCloseConnection() local
359 IceConn iceConn = smcConn->iceConn; in SmcSetProperties() local
385 IceConn iceConn = smcConn->iceConn; in SmcDeleteProperties() local
414 IceConn iceConn = smcConn->iceConn; in SmcGetProperties() local
447 IceConn iceConn = smcConn->iceConn; in SmcInteractRequest() local
484 IceConn iceConn = smcConn->iceConn; in SmcInteractDone() local
501 IceConn iceConn = smcConn->iceConn; in SmcRequestSaveYourself() local
523 IceConn iceConn = smcConn->iceConn; in SmcRequestSaveYourselfPhase2() local
[all …]
H A DSMlibint.h249 IceConn iceConn; member
331 IceConn iceConn; member
369 _SmcProcessMessage(IceConn iceConn, IcePointer clientData, int opcode,
374 _SmsProcessMessage(IceConn iceConn, IcePointer clientData, int opcode,
H A Dsm_misc.c128 return (smcConn->iceConn); in SmcGetIceConnection()
161 return (smsConn->iceConn); in SmsGetIceConnection()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/MIT/
H A Dwatch.c75 newWatchedConn->iceConn = _IceConnectionObjs[i];
131 _IceConnectionOpened (iceConn) in _IceConnectionOpened() argument
133 IceConn iceConn; in _IceConnectionOpened()
148 newWatchedConn->iceConn = iceConn;
156 (*watchProc->watch_proc) (iceConn,
166 _IceConnectionClosed (iceConn) in _IceConnectionClosed() argument
168 IceConn iceConn; in _IceConnectionClosed()
178 while (watchedConn && watchedConn->iceConn != iceConn)
186 (*watchProc->watch_proc) (iceConn,
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/ksmserver/
H A Dserver.cpp202 IceConn iceConn = SmsGetIceConnection(smsConn); in KSMCloseConnectionProc() local
204 IceSetShutdownNegotiation(iceConn, False); in KSMCloseConnectionProc()
205 IceCloseConnection(iceConn); in KSMCloseConnectionProc()
266 iceConn = conn; in KSMConnection()
269 IceConn iceConn; member in KSMConnection
653 void *KSMServer::watchConnection(IceConn iceConn) in watchConnection() argument
674 IceConn iceConn = ((KSMConnection *)sender())->iceConn; in processData() local
687 (void)IceCloseConnection(iceConn); in processData()
722 if (iceConn == nullptr) in newConnection()
724 IceSetShutdownNegotiation(iceConn, False); in newConnection()
[all …]
H A Dserver.h80 void *watchConnection(IceConn iceConn);
93 void ioError(IceConn iceConn);
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/
H A Dicetransport.go119 var iceConn *ice.Conn
123 iceConn, err = agent.Dial(context.TODO(),
128 iceConn, err = agent.Accept(context.TODO(),
142 t.conn = iceConn
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/
H A Dicetransport.go128 var iceConn *ice.Conn
132 iceConn, err = agent.Dial(t.ctx,
137 iceConn, err = agent.Accept(t.ctx,
151 t.conn = iceConn
/dports/editors/emacs/emacs-27.2/src/
H A Dxsmfns.c327 ice_error_handler (IceConn iceConn, in ice_error_handler() argument
340 ice_io_error_handler (IceConn iceConn) in ice_io_error_handler() argument
350 ice_conn_watch_CB (IceConn iceConn, IcePointer clientData, in ice_conn_watch_CB() argument
359 ice_fd = IceConnectionNumber (iceConn); in ice_conn_watch_CB()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxsmfns.c327 ice_error_handler (IceConn iceConn, in ice_error_handler() argument
340 ice_io_error_handler (IceConn iceConn) in ice_io_error_handler() argument
350 ice_conn_watch_CB (IceConn iceConn, IcePointer clientData, in ice_conn_watch_CB() argument
359 ice_fd = IceConnectionNumber (iceConn); in ice_conn_watch_CB()
/dports/x11/smproxy/smproxy-1.0.6/
H A Dsmproxy.c72 static void NullIceErrorHandler ( IceConn iceConn, Bool swap,
448 NullIceErrorHandler(IceConn iceConn, Bool swap, int offendingMinorOpcode, in NullIceErrorHandler() argument
1066 IceConn iceConn; in ConnectProxyToSM() local
1097 iceConn = SmcGetIceConnection (proxy_smcConn); in ConnectProxyToSM()
1101 IceConnectionNumber (iceConn), in ConnectProxyToSM()
1104 (XtPointer) iceConn); in ConnectProxyToSM()

12