Searched refs:HTTPMethodString (Results 1 – 2 of 2) sorted by relevance
125 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()
45 static const char* const HTTPMethodString[] = variable