Home
last modified time | relevance | path

Searched refs:list_next (Results 1 – 1 of 1) sorted by relevance

/openssl/ssl/quic/
H A Dquic_stream_map.c46 static QUIC_STREAM *list_next(QUIC_STREAM_LIST_NODE *l, QUIC_STREAM_LIST_NODE *n, in list_next() function
65 #define active_next(l, s) list_next((l), &(s)->active_node, \
67 #define accept_next(l, s) list_next((l), &(s)->accept_node, \
69 #define ready_for_gc_next(l, s) list_next((l), &(s)->ready_for_gc_node, \
71 #define accept_head(l) list_next((l), (l), \
73 #define ready_for_gc_head(l) list_next((l), (l), \

Completed in 5 milliseconds