OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpData
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/base/
httpbase.h
86
// moving data from the HTTP stream to the
HttpData
object and vice versa.
105
void send(
HttpData
* data);
106
void recv(
HttpData
* data);
125
// pushing it through the HttpParser, and then populating the
HttpData
object
128
// This data is then written to the
HttpData
::document. As a result, data
172
HttpData
* data_;
180
HttpData
::const_iterator header_;
httpcommon.cc
200
bool HttpShouldKeepAlive(const
HttpData
& data) {
406
//
HttpData
409
HttpData
::
HttpData
() : version(HVER_1_1) {
412
HttpData
::~
HttpData
() = default;
415
HttpData
::clear(bool release_document) {
425
HttpData
::copy(const
HttpData
& src) {
430
HttpData
::changeHeader(const std::string& name, const std::string& value
[
all
...]
httpcommon.h
156
struct
HttpData
;
157
bool HttpShouldKeepAlive(const
HttpData
& data);
286
//
HttpData
289
struct
HttpData
{
297
HttpData
();
382
virtual ~
HttpData
();
384
void copy(const
HttpData
& src);
390
struct HttpRequestData : public
HttpData
{
406
struct HttpResponseData : public
HttpData
{
httpclient.cc
199
for (
HttpData
::const_iterator it = response->begin();
228
HttpData
::HeaderCombine combine) {
571
HttpData
::HeaderCombine combine =
572
override ?
HttpData
::HC_REPLACE :
HttpData
::HC_AUTO;
770
HttpData
::const_iterator begin = response().begin(HH_PROXY_AUTHENTICATE);
771
HttpData
::const_iterator end = response().end(HH_PROXY_AUTHENTICATE);
772
for (
HttpData
::const_iterator it = begin; it != end; ++it) {
httpclient.h
38
HttpData
::HeaderCombine combine);
httpbase.cc
268
// member of
HttpData
. In this case, we want this data to be written
403
HttpBase::send(
HttpData
* data) {
440
HttpBase::recv(
HttpData
* data) {
/external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar
Completed in 388 milliseconds