Lines Matching defs:frame
63 * type of the frame.
99 they both are response to the frame initiated by peer and peer can
113 /* Internal state when receiving incoming frame */
115 /* Receiving frame header */
138 nghttp2_frame frame;
139 /* Storage for extension frame payload. frame->ext.payload points
157 /* How many bytes we still need to receive for current frame */
159 /* padding length for the current frame */
211 response) frame, which are subject to
291 /* The maximum number of settings accepted per SETTINGS frame. */
303 frame. */
310 /* This is the value in GOAWAY frame received from remote endpoint. */
332 SETTINGS frame from the remote endpoint. */
344 that the default handling of extension frame is enabled. */
366 /* Bitfield of extension frame types that application is willing to
367 receive. To designate the bit of given frame type i, use
368 user_recv_ext_types[i / 8] & (1 << (i & 0x7)). First 10 frame
369 types are standard frame types and not used in this bitfield. If
370 bit is set, it indicates that incoming frame with that type is
413 * Stream already closed (DATA and PUSH_PROMISE frame only)
419 * Adds RST_STREAM frame for the stream |stream_id| with the error
423 * This function simply returns 0 without adding RST_STREAM frame if
437 * Adds PING frame. This is a convenient function built on top of
457 * Adds GOAWAY frame with the last-stream-ID |last_stream_id| and the
476 * Adds WINDOW_UPDATE frame with stream ID |stream_id| and
492 * Adds SETTINGS frame.
630 nghttp2_frame *frame);
633 nghttp2_frame *frame,
637 nghttp2_frame *frame,
641 * Called when HEADERS is received, assuming |frame| is properly
642 * initialized. This function does first validate received frame and
657 nghttp2_frame *frame,
661 * Called when PRIORITY is received, assuming |frame| is properly
673 nghttp2_frame *frame);
676 * Called when RST_STREAM is received, assuming |frame| is properly
688 nghttp2_frame *frame);
691 * Called when SETTINGS is received, assuming |frame| is properly
693 * submitted. If |frame| has NGHTTP2_FLAG_ACK flag set, no SETTINGS
708 nghttp2_frame *frame, int noack);
711 * Called when PUSH_PROMISE is received, assuming |frame| is properly
726 nghttp2_frame *frame);
729 * Called when PING is received, assuming |frame| is properly
744 nghttp2_frame *frame);
747 * Called when GOAWAY is received, assuming |frame| is properly
759 nghttp2_frame *frame);
762 * Called when WINDOW_UPDATE is received, assuming |frame| is properly
774 nghttp2_frame *frame);
777 * Called when ALTSVC is received, assuming |frame| is properly
787 nghttp2_frame *frame);
790 * Called when ORIGIN is received, assuming |frame| is properly
800 nghttp2_frame *frame);
803 * Called when PRIORITY_UPDATE is received, assuming |frame| is
813 nghttp2_frame *frame);
816 * Called when DATA is received, assuming |frame| is properly
828 nghttp2_frame *frame);
847 * Packs DATA frame |frame| in wire frame format and stores it in
855 * The DATA frame is postponed.
864 size_t datamax, nghttp2_frame *frame,