Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/examples/peerconnection/server/
H A Ddata_socket.cc173 if (!ParseMethodAndPath(request_headers_.data(), i)) in ParseHeaders()
189 bool DataSocket::ParseMethodAndPath(const char* begin, size_t len) { in ParseMethodAndPath() function in DataSocket
H A Ddata_socket.h128 bool ParseMethodAndPath(const char* begin, size_t len);