Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Dhttp_parser.cpp902 char dividerChar0 = (isKeyItem ? HTTP_CHAR_COLON : HTTP_CHAR_CR); in parseNextValueItem() local
919 while (*ptr != dividerChar0 && *ptr != dividerChar1 && len > 0) in parseNextValueItem()