Searched refs:eoh (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/examples/peerconnection/client/ |
D | peer_connection_client.cc | 255 size_t eoh, in GetHeaderValue() argument 260 if (found != std::string::npos && found < eoh) { in GetHeaderValue() 268 size_t eoh, in GetHeaderValue() argument 273 if (found != std::string::npos && found < eoh) { in GetHeaderValue() 277 end = eoh; in GetHeaderValue() 325 size_t peer_id = 0, eoh = 0; in OnRead() local 327 ParseServerResponse(control_data_, content_length, &peer_id, &eoh); in OnRead() 337 size_t pos = eoh + 4; in OnRead() 378 size_t peer_id = 0, eoh = 0; in OnHangingGetRead() local 380 ParseServerResponse(notification_data_, content_length, &peer_id, &eoh); in OnHangingGetRead() [all …]
|
D | peer_connection_client.h | 83 size_t eoh, 88 size_t eoh, 112 size_t* eoh);
|