Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Dhttp_parser_internal.h255 int32 getLineStartPoint(char *&ptr, int32 &len, const bool isKeyItem);
Dhttp_parser.cpp909 int32 status = getLineStartPoint(ptr, len, isKeyItem); in parseNextValueItem()
943 int32 HTTPParserBaseObject::getLineStartPoint(char *&ptr, int32 &len, const bool isKeyItem) in getLineStartPoint() function in HTTPParserBaseObject