Lines Matching defs:frame
219 const nghttp2_frame *frame, void *user_data) {
223 switch (frame->hd.type) {
225 if (nghttp2_session_get_stream_user_data(session, frame->hd.stream_id)) {
226 const nghttp2_nv *nva = frame->headers.nva;
228 for (i = 0; i < frame->headers.nvlen; ++i) {
247 const nghttp2_frame *frame, void *user_data) {
251 switch (frame->hd.type) {
253 if (frame->headers.cat == NGHTTP2_HCAT_RESPONSE) {
254 const nghttp2_nv *nva = frame->headers.nva;
256 req = nghttp2_session_get_stream_user_data(session, frame->hd.stream_id);
259 for (i = 0; i < frame->headers.nvlen; ++i) {