Home
last modified time | relevance | path

Searched refs:extra_headers (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/server/
Dpeer_channel.cc110 std::string extra_headers(GetPeerIdHeader()); in ForwardRequestToPeer() local
113 ds->Send("200 OK", true, ds->content_type(), extra_headers, in ForwardRequestToPeer()
118 peer->QueueResponse("200 OK", ds->content_type(), extra_headers, in ForwardRequestToPeer()
133 const std::string& extra_headers, in QueueResponse() argument
138 bool ok = waiting_socket_->Send(status, true, content_type, extra_headers, in QueueResponse()
149 qr.extra_headers = extra_headers; in QueueResponse()
161 response.extra_headers, response.data); in SetWaitingSocket()
Dpeer_channel.h49 const std::string& extra_headers, const std::string& data);
55 std::string status, content_type, extra_headers, data; member
Ddata_socket.cc124 const std::string& extra_headers, in Send() argument
142 if (!extra_headers.empty()) { in Send()
143 buffer += extra_headers; in Send()
Ddata_socket.h116 const std::string& extra_headers, const std::string& data) const;
/external/speex/libspeex/
Dspeex_header.c116 header->extra_headers = 0; in speex_init_header()
139 ENDIAN_SWITCH(le_header->extra_headers); in speex_header_to_packet()
179 ENDIAN_SWITCH(le_header->extra_headers); in speex_packet_to_header()
/external/speex/include/speex/
Dspeex_header.h72 spx_int32_t extra_headers; /**< Number of additional headers after the comments */ member
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py127 def __init__(self, host, auth_function, host_override=None, extra_headers={}, argument
146 self.extra_headers = extra_headers
168 for key, value in self.extra_headers.iteritems():
486 extra_headers={"Cookie":
/external/google-breakpad/src/testing/scripts/
Dupload.py127 def __init__(self, host, auth_function, host_override=None, extra_headers={}, argument
146 self.extra_headers = extra_headers
168 for key, value in self.extra_headers.iteritems():
486 extra_headers={"Cookie":
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
Dupload-diffs.py182 def __init__(self, host, auth_function, host_override=None, extra_headers={}, argument
206 self.extra_headers = extra_headers
229 for key, value in self.extra_headers.iteritems():
362 extra_headers=None, argument
397 if extra_headers:
398 for header, value in extra_headers.items():
683 extra_headers={"Cookie":
/external/regex-re2/lib/codereview/
Dcodereview.py2764 def __init__(self, host, auth_function, host_override=None, extra_headers={}, save_cookies=False): argument
2782 self.extra_headers = extra_headers
2804 for key, value in self.extra_headers.iteritems():
3055 extra_headers={"Cookie": 'dev_appserver_login="%s:False"' % email},