Home | History | Annotate | Download | only in microspdy

Lines Matching defs:queue_head

986 	struct SPDYF_Response_Queue *queue_head;
1120 queue_head = session->response_queue_head;
1121 if(NULL == queue_head->next)
1128 session->response_queue_head = queue_head->next;
1133 SPDYF_stream_set_flags_on_write(queue_head);
1135 if(NULL != queue_head->frqcb)
1138 queue_head->frqcb(queue_head->frqcb_cls, queue_head, SPDY_RESPONSE_RESULT_SUCCESS);
1141 SPDYF_response_queue_destroy(queue_head);