Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/peerconnection/server/
Ddata_socket.cc246 const char* type_end = strstr(headers, "\r\n"); in ParseContentLengthAndType() local
247 if (type_end == NULL) in ParseContentLengthAndType()
248 type_end = end; in ParseContentLengthAndType()
249 content_type_.assign(headers, type_end); in ParseContentLengthAndType()