Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpProto.c1967 UINT8 *RequestPtr; in HttpGenRequestString() local
2033 RequestPtr = Request; in HttpGenRequestString()
2040 CopyMem (RequestPtr, HTTP_GET_STR, StrLength); in HttpGenRequestString()
2041 RequestPtr += StrLength; in HttpGenRequestString()
2045 CopyMem (RequestPtr, HTTP_HEAD_STR, StrLength); in HttpGenRequestString()
2046 RequestPtr += StrLength; in HttpGenRequestString()
2054 CopyMem (RequestPtr, Url, StrLength); in HttpGenRequestString()
2055 RequestPtr += StrLength; in HttpGenRequestString()
2058 CopyMem (RequestPtr, HTTP_VERSION_CRLF_STR, StrLength); in HttpGenRequestString()
2059 RequestPtr += StrLength; in HttpGenRequestString()
[all …]