Lines Matching refs:frame
36 /* struct used for HEADERS and PUSH_PROMISE frame */
48 /* struct used for DATA frame */
51 * The data to be sent for this DATA frame.
55 * The flags of DATA frame. We use separate flags here and
56 * nghttp2_data frame. The latter contains flags actually sent to
76 transmission of this frame. */
80 the reaction to this frame. */
84 /* struct used for GOAWAY frame */
90 /* struct used for extension frame */
92 /* nonzero if this extension frame is serialized by library
109 nghttp2_frame frame;
110 /* Storage for extension frame payload. frame->ext.payload points
116 response HEADERS frame) have dedicated cycle value defined above.
117 For DATA frame, cycle is computed by taking into account of
118 effective weight and frame payload length previously sent, so
130 * Don't call nghttp2_outbound_item_free() until frame member is