Searched refs:nghttp2_struct_of (Results 1 - 6 of 6) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_helper.h | 43 #define nghttp2_struct_of(ptr, type, member) \ macro
|
H A D | nghttp2_stream.c | 50 lhs = nghttp2_struct_of(lhsx, nghttp2_stream, pq_entry); in stream_less() 51 rhs = nghttp2_struct_of(rhsx, nghttp2_stream, pq_entry); in stream_less() 956 stream = nghttp2_struct_of(ent, nghttp2_stream, pq_entry); in nghttp2_stream_next_outbound_item()
|
H A D | nghttp2_session.c | 422 lhs = nghttp2_struct_of(lhsx, nghttp2_stream, pq_entry); in stream_less() 423 rhs = nghttp2_struct_of(rhsx, nghttp2_stream, pq_entry); in stream_less() 920 stream = nghttp2_struct_of(nghttp2_pq_top(pq), nghttp2_stream, pq_entry); in pq_get_first_cycle() 1043 stream = nghttp2_struct_of(ent, nghttp2_stream, pq_entry); in session_sched_get_next_outbound_item()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_helper.h | 43 #define nghttp2_struct_of(ptr, type, member) \ macro
|
H A D | nghttp2_stream.c | 50 lhs = nghttp2_struct_of(lhsx, nghttp2_stream, pq_entry); in stream_less() 51 rhs = nghttp2_struct_of(rhsx, nghttp2_stream, pq_entry); in stream_less() 956 stream = nghttp2_struct_of(ent, nghttp2_stream, pq_entry); in nghttp2_stream_next_outbound_item()
|
H A D | nghttp2_session.c | 422 lhs = nghttp2_struct_of(lhsx, nghttp2_stream, pq_entry); in stream_less() 423 rhs = nghttp2_struct_of(rhsx, nghttp2_stream, pq_entry); in stream_less() 915 stream = nghttp2_struct_of(nghttp2_pq_top(pq), nghttp2_stream, pq_entry); in pq_get_first_cycle() 1038 stream = nghttp2_struct_of(ent, nghttp2_stream, pq_entry); in session_sched_get_next_outbound_item()
|
Completed in 22 milliseconds