Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DDxeHttpLib.c854 BOOLEAN IgnoreBody; // "MUST NOT" include a message-body member
1062 Parser->IgnoreBody = HttpIoNoMessageBody (Method, StatusCode); in HttpInitMsgParser()
1082 if (Parser->IgnoreBody) { in HttpInitMsgParser()
1131 if (Parser->IgnoreBody) { in HttpParseMessageBody()