Home
last modified time | relevance | path

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

/external/opencore/protocols/http_parcom/src/
Dhttp_composer.cpp125 iFirstLineLength = oscl_strlen(HTTPMethodString[(uint32)iMethod]); // method in getCurrentRequestLength()
210 …oscl_memcpy(ptr, HTTPMethodString[(uint32)iMethod], oscl_strlen(HTTPMethodString[(uint32)iMethod])… in composeFirstLine()
211 ptr += oscl_strlen(HTTPMethodString[iMethod]); in composeFirstLine()
Dhttp_parcom_internal.h45 static const char* const HTTPMethodString[] = variable