OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetHeaderValue
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc
265
bool PeerConnectionClient::
GetHeaderValue
(const std::string& data,
278
bool PeerConnectionClient::
GetHeaderValue
(const std::string& data, size_t eoh,
309
if (
GetHeaderValue
(*data, i, "\r\nContent-Length: ", content_length)) {
315
if (
GetHeaderValue
(*data, i, kConnection, &should_close) &&
477
GetHeaderValue
(response, *eoh, "\r\nPragma: ", peer_id);
/external/v8/src/snapshot/
serializer-common.h
245
uint32_t GetMagicNumber() const { return
GetHeaderValue
(kMagicNumberOffset); }
261
uint32_t
GetHeaderValue
(int offset) const {
Completed in 446 milliseconds