OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe_id_free_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/nsd/dist/
xfrd-tcp.h
163
struct xfrd_tcp_pipeline_id*
pipe_id_free_list
;
member in struct:xfrd_tcp_pipeline
xfrd-tcp.c
349
n->next_free = tp->
pipe_id_free_list
;
350
tp->
pipe_id_free_list
= n;
388
tp->
pipe_id_free_list
= NULL;
392
n->next_free = tp->
pipe_id_free_list
;
393
tp->
pipe_id_free_list
= n;
425
assert(tp->
pipe_id_free_list
!= NULL);
427
n = tp->
pipe_id_free_list
;
428
tp->
pipe_id_free_list
= n->next_free;
449
n->next_free = tp->
pipe_id_free_list
;
450
tp->
pipe_id_free_list
= n
[
all
...]
Completed in 56 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026