Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Dhttp_parcom_internal.h41 const char HTTP_CHAR_EQUAL = '='; variable
Dhttp_parser.cpp371 while (*ptr != HTTP_CHAR_EQUAL && len > 0) in parseContentType()