Searched refs:HTTP_CHAR_EQUAL (Results 1 – 2 of 2) sorted by relevance
/external/opencore/protocols/http_parcom/src/ | ||
D | http_parcom_internal.h | 41 const char HTTP_CHAR_EQUAL = '='; variable |
D | http_parser.cpp | 371 while (*ptr != HTTP_CHAR_EQUAL && len > 0) in parseContentType() |