Lines Matching defs:frame
39 nghttp2_frame *frame;
45 frame = &item->frame;
47 switch (frame->hd.type) {
49 nghttp2_frame_data_free(&frame->data);
52 nghttp2_frame_headers_free(&frame->headers, mem);
55 nghttp2_frame_priority_free(&frame->priority);
58 nghttp2_frame_rst_stream_free(&frame->rst_stream);
61 nghttp2_frame_settings_free(&frame->settings, mem);
64 nghttp2_frame_push_promise_free(&frame->push_promise, mem);
67 nghttp2_frame_ping_free(&frame->ping);
70 nghttp2_frame_goaway_free(&frame->goaway, mem);
73 nghttp2_frame_window_update_free(&frame->window_update);
81 nghttp2_frame_extension_free(&frame->ext);
85 switch (frame->hd.type) {
87 nghttp2_frame_altsvc_free(&frame->ext, mem);
90 nghttp2_frame_origin_free(&frame->ext, mem);
93 nghttp2_frame_priority_update_free(&frame->ext, mem);