Searched refs:HTTP_VERSION_CRLF_STR (Results 1 – 3 of 3) sorted by relevance
32 #define HTTP_VERSION_CRLF_STR " HTTP/1.1\r\n" macro
1760 MsgSize += HTTP_METHOD_MAXIMUM_LEN + AsciiStrLen (HTTP_VERSION_CRLF_STR) + AsciiStrLen (Url); in HttpGenRequestMessage()1828 StrLength = sizeof (HTTP_VERSION_CRLF_STR) - 1; in HttpGenRequestMessage()1829 CopyMem (RequestPtr, HTTP_VERSION_CRLF_STR, StrLength); in HttpGenRequestMessage()
24 #define HTTP_VERSION_CRLF_STR " HTTP/1.1\r\n" macro