Home | History | Annotate | Download | only in spdy

Lines Matching defs:new_buffer

1145   char* new_buffer = new char[alloc_size];
1146 memcpy(new_buffer, current_frame_buffer_, current_frame_len_);
1149 current_frame_buffer_ = new_buffer;