Home | History | Annotate | Download | only in microspdy

Lines Matching refs:total_size

430 	size_t total_size;
459 total_size = sizeof(struct SPDYF_Control_Frame) //SPDY header
463 if(NULL == (session->write_buffer = malloc(total_size)))
477 session->write_buffer_size = total_size;
521 size_t total_size;
530 total_size = sizeof(struct SPDYF_Control_Frame) //SPDY header
534 if(NULL == (session->write_buffer = malloc(total_size)))
540 session->write_buffer_size = total_size;
574 size_t total_size;
588 total_size = sizeof(struct SPDYF_Data_Frame) //SPDY header
591 if(NULL == (session->write_buffer = malloc(total_size)))
597 session->write_buffer_size = total_size;
616 total_size = sizeof(struct SPDYF_Data_Frame) //SPDY header
619 if(NULL == (session->write_buffer = malloc(total_size)))
625 session->write_buffer_size = total_size;
746 size_t total_size;
752 total_size = sizeof(struct SPDYF_Control_Frame) //SPDY header
756 if(NULL == (session->write_buffer = malloc(total_size)))
762 session->write_buffer_size = total_size;
791 size_t total_size;
797 total_size = sizeof(struct SPDYF_Control_Frame) //SPDY header
801 if(NULL == (session->write_buffer = malloc(total_size)))
807 session->write_buffer_size = total_size;