Home
last modified time | relevance | path

Searched refs:SPDYF_Control_Frame (Results 1 – 4 of 4) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Dsession.c50 struct SPDYF_Control_Frame *frame; in spdyf_handler_read_syn_stream()
57 frame = (struct SPDYF_Control_Frame *)session->frame_handler_cls; in spdyf_handler_read_syn_stream()
183 struct SPDYF_Control_Frame *frame; in spdyf_handler_read_goaway()
191 frame = (struct SPDYF_Control_Frame *)session->frame_handler_cls; in spdyf_handler_read_goaway()
262 struct SPDYF_Control_Frame *frame; in spdyf_handler_read_rst_stream()
271 frame = (struct SPDYF_Control_Frame *)session->frame_handler_cls; in spdyf_handler_read_rst_stream()
426 struct SPDYF_Control_Frame control_frame; in SPDYF_handler_write_syn_reply()
459 total_size = sizeof(struct SPDYF_Control_Frame) //SPDY header in SPDYF_handler_write_syn_reply()
483 …on->write_buffer + session->write_buffer_offset,&control_frame,sizeof(struct SPDYF_Control_Frame)); in SPDYF_handler_write_syn_reply()
484 session->write_buffer_offset += sizeof(struct SPDYF_Control_Frame); in SPDYF_handler_write_syn_reply()
[all …]
Dstream.c40 struct SPDYF_Control_Frame *frame; in SPDYF_stream_new()
48 frame = (struct SPDYF_Control_Frame *)session->frame_handler_cls; in SPDYF_stream_new()
Dstructures.h379 struct __attribute__((__packed__)) SPDYF_Control_Frame struct
430 struct SPDYF_Control_Frame *control_frame;
Dstructures.c304 struct SPDYF_Control_Frame *control_frame; in SPDYF_response_queue_create()
404 if(NULL == (control_frame = malloc(sizeof(struct SPDYF_Control_Frame)))) in SPDYF_response_queue_create()
409 memset(control_frame, 0, sizeof(struct SPDYF_Control_Frame)); in SPDYF_response_queue_create()