Lines Matching refs:hd
1099 int32_t stream_id = frame->hd.stream_id; in on_stream_frame()
1107 switch(frame->hd.type) { in on_stream_frame()
1190 if(frame->hd.flags & NGHTTP2_FLAG_END_STREAM) { in on_stream_frame()
1211 switch(frame->hd.type) { in fr_print()
1215 (int)frame->hd.length, in fr_print()
1216 !!(frame->hd.flags & NGHTTP2_FLAG_END_STREAM), in fr_print()
1222 (int)frame->hd.length, in fr_print()
1223 !!(frame->hd.flags & NGHTTP2_FLAG_END_HEADERS), in fr_print()
1224 !!(frame->hd.flags & NGHTTP2_FLAG_END_STREAM)); in fr_print()
1229 (int)frame->hd.length, frame->hd.flags); in fr_print()
1234 (int)frame->hd.length, frame->hd.flags, in fr_print()
1238 if(frame->hd.flags & NGHTTP2_FLAG_ACK) { in fr_print()
1242 "FRAME[SETTINGS, len=%d]", (int)frame->hd.length); in fr_print()
1247 (int)frame->hd.length, in fr_print()
1248 !!(frame->hd.flags & NGHTTP2_FLAG_END_HEADERS)); in fr_print()
1253 (int)frame->hd.length, in fr_print()
1254 frame->hd.flags&NGHTTP2_FLAG_ACK); in fr_print()
1275 frame->hd.type, (int)frame->hd.length, in fr_print()
1276 frame->hd.flags); in fr_print()
1293 CURL_TRC_CF(data, cf, "[%d] -> %s", frame->hd.stream_id, buffer); in on_frame_send()
1305 int32_t stream_id = frame->hd.stream_id; in on_frame_recv()
1314 CURL_TRC_CF(data, cf, "[%d] <- %s",frame->hd.stream_id, buffer); in on_frame_recv()
1321 switch(frame->hd.type) { in on_frame_recv()
1323 if(!(frame->hd.flags & NGHTTP2_FLAG_ACK)) { in on_frame_recv()
1481 data_s = nghttp2_session_get_stream_user_data(session, frame->hd.stream_id); in on_begin_headers()
1486 if(frame->hd.type != NGHTTP2_HEADERS) { in on_begin_headers()
1509 int32_t stream_id = frame->hd.stream_id; in on_header()
1530 if(frame->hd.type == NGHTTP2_PUSH_PROMISE) { in on_header()