Home | History | Annotate | Download | only in spdy

Lines Matching refs:new_buffer

1651   char* new_buffer = new char[alloc_size];
1652 memcpy(new_buffer, current_frame_buffer_, current_frame_len_);
1655 current_frame_buffer_ = new_buffer;