OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ping_waits
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/libICE/dist/src/
ping.c
43
_IcePingWait *ptr = iceConn->
ping_waits
;
56
iceConn->
ping_waits
= newping;
accept.c
144
iceConn->
ping_waits
= NULL;
process.c
2388
if (iceConn->
ping_waits
)
2390
_IcePingWait *next = iceConn->
ping_waits
->next;
2392
(*iceConn->
ping_waits
->ping_reply_proc) (iceConn,
2393
iceConn->
ping_waits
->client_data);
2395
free (iceConn->
ping_waits
);
2396
iceConn->
ping_waits
= next;
connect.c
236
iceConn->
ping_waits
= NULL;
/xsrc/external/mit/libICE/dist/include/X11/ICE/
ICEconn.h
230
_IcePingWait *
ping_waits
;
member in struct:_IceConn
Completed in 7 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026