Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpProto.c1968 UINTN HttpHdrSize; in HttpGenRequestString() local
2015 &HttpHdrSize, in HttpGenRequestString()
2027 AsciiStrLen (HTTP_VERSION_CRLF_STR) + HttpHdrSize; in HttpGenRequestString()
2064 CopyMem (RequestPtr, HttpHdr, HttpHdrSize); in HttpGenRequestString()
2065 RequestPtr += HttpHdrSize; in HttpGenRequestString()