Lines Matching defs:frame

63  * type of the frame.
99 they both are response to the frame initiated by peer and peer can
114 HEADER frame. */
117 /* Internal state when receiving incoming frame */
119 /* Receiving frame header */
142 nghttp2_frame frame;
143 /* Storage for extension frame payload. frame->ext.payload points
161 /* How many bytes we still need to receive for current frame */
163 /* padding length for the current frame */
215 response) frame, which are subject to
295 /* The maximum number of settings accepted per SETTINGS frame. */
298 HEADER frame. */
301 frame. This variable is reset when END_HEADERS flag is seen. */
313 frame. */
320 /* This is the value in GOAWAY frame received from remote endpoint. */
342 SETTINGS frame from the remote endpoint. */
354 that the default handling of extension frame is enabled. */
376 /* Bitfield of extension frame types that application is willing to
377 receive. To designate the bit of given frame type i, use
378 user_recv_ext_types[i / 8] & (1 << (i & 0x7)). First 10 frame
379 types are standard frame types and not used in this bitfield. If
380 bit is set, it indicates that incoming frame with that type is
423 * Stream already closed (DATA and PUSH_PROMISE frame only)
429 * Adds RST_STREAM frame for the stream |stream_id| with the error
433 * This function simply returns 0 without adding RST_STREAM frame if
447 * Adds PING frame. This is a convenient function built on top of
467 * Adds GOAWAY frame with the last-stream-ID |last_stream_id| and the
486 * Adds WINDOW_UPDATE frame with stream ID |stream_id| and
502 * Adds SETTINGS frame.
640 nghttp2_frame *frame);
643 nghttp2_frame *frame,
647 nghttp2_frame *frame,
651 * Called when HEADERS is received, assuming |frame| is properly
652 * initialized. This function does first validate received frame and
667 nghttp2_frame *frame,
671 * Called when PRIORITY is received, assuming |frame| is properly
683 nghttp2_frame *frame);
686 * Called when RST_STREAM is received, assuming |frame| is properly
698 nghttp2_frame *frame);
701 * Called when SETTINGS is received, assuming |frame| is properly
703 * submitted. If |frame| has NGHTTP2_FLAG_ACK flag set, no SETTINGS
718 nghttp2_frame *frame, int noack);
721 * Called when PUSH_PROMISE is received, assuming |frame| is properly
736 nghttp2_frame *frame);
739 * Called when PING is received, assuming |frame| is properly
754 nghttp2_frame *frame);
757 * Called when GOAWAY is received, assuming |frame| is properly
769 nghttp2_frame *frame);
772 * Called when WINDOW_UPDATE is received, assuming |frame| is properly
784 nghttp2_frame *frame);
787 * Called when ALTSVC is received, assuming |frame| is properly
797 nghttp2_frame *frame);
800 * Called when ORIGIN is received, assuming |frame| is properly
810 nghttp2_frame *frame);
813 * Called when PRIORITY_UPDATE is received, assuming |frame| is
823 nghttp2_frame *frame);
826 * Called when DATA is received, assuming |frame| is properly
838 nghttp2_frame *frame);
857 * Packs DATA frame |frame| in wire frame format and stores it in
865 * The DATA frame is postponed.
874 size_t datamax, nghttp2_frame *frame,