Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dhttpcommon.cc226 inline bool IsEndOfAttributeName(size_t pos, size_t len, const char * data) { in IsEndOfAttributeName() function
283 while (!IsEndOfAttributeName(pos, len, data)) { in HttpParseAttributes()