Searched refs:GetHeaderValue (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/examples/peerconnection/client/ |
D | peer_connection_client.cc | 254 bool PeerConnectionClient::GetHeaderValue(const std::string& data, in GetHeaderValue() function in PeerConnectionClient 267 bool PeerConnectionClient::GetHeaderValue(const std::string& data, in GetHeaderValue() function in PeerConnectionClient 299 if (GetHeaderValue(*data, i, "\r\nContent-Length: ", content_length)) { in ReadIntoBuffer() 305 if (GetHeaderValue(*data, i, kConnection, &should_close) && in ReadIntoBuffer() 468 GetHeaderValue(response, *eoh, "\r\nPragma: ", peer_id); in ParseServerResponse()
|
D | peer_connection_client.h | 82 bool GetHeaderValue(const std::string& data, 87 bool GetHeaderValue(const std::string& data,
|