OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:private_next
(Results
1 - 2
of
2
) sorted by null
/external/bison/lib/
fd-hook.c
41
return remaining_list->private_close_fn (remaining_list->
private_next
,
48
return execute_close_hooks (anchor.
private_next
, primary, fd);
59
return remaining_list->private_ioctl_fn (remaining_list->
private_next
,
67
return execute_ioctl_hooks (anchor.
private_next
, primary, fd, request, arg);
78
if (link->
private_next
== NULL && link->private_prev == NULL)
81
link->
private_next
= anchor.
private_next
;
85
anchor.
private_next
->private_prev = link;
86
anchor.
private_next
= link;
100
struct fd_hook *next = link->
private_next
;
[
all
...]
fd-hook.h
45
struct fd_hook *
private_next
;
member in struct:fd_hook
Completed in 335 milliseconds