HomeSort by relevance Sort by last modified time
    Searched refs:ParseContentLengthAndType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
data_socket.h 147 bool ParseContentLengthAndType(const char* headers, size_t length);
data_socket.cc 197 if (!ParseContentLengthAndType(headers, len))
241 bool DataSocket::ParseContentLengthAndType(const char* headers, size_t length) {

Completed in 55 milliseconds