OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_peer
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_timer.c
302
struct peer*
next_peer
;
local
316
for (p = peer_list; p != NULL; p =
next_peer
) {
317
next_peer
= p->p_link;
329
for (p = peer_list; p != NULL; p =
next_peer
) {
330
next_peer
= p->p_link;
/src/external/gpl3/gcc.old/dist/gcc/
except.h
125
struct eh_region_d *
next_peer
;
variable in typeref:struct:eh_region_d
310
else if (r->
next_peer
&& r != start)
311
r = r->
next_peer
;
320
while (r->
next_peer
== NULL);
321
r = r->
next_peer
;
/src/external/gpl3/gcc/dist/gcc/
except.h
125
struct eh_region_d *
next_peer
;
variable in typeref:struct:eh_region_d
310
else if (r->
next_peer
&& r != start)
311
r = r->
next_peer
;
320
while (r->
next_peer
== NULL);
321
r = r->
next_peer
;
Completed in 26 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026