Lines Matching full:realloc
43 void SocketStream::ResponseHeaders::Realloc(size_t new_size) {44 headers_.reset(static_cast<char*>(realloc(headers_.release(), new_size)));682 tunnel_response_headers_->Realloc(tunnel_response_headers_capacity_);