Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpUtilitiesDxe/
DHttpUtilitiesDxe.h83 IN CHAR8 *DeleteList[], OPTIONAL
DHttpUtilitiesProtocol.c63 IN CHAR8 *DeleteList[], OPTIONAL in HttpUtilitiesBuild() argument
126 if (HttpIsValidHttpHeader( DeleteList, DeleteCount, SeedHeaderFields[Index].FieldName)) { in HttpUtilitiesBuild()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DHttpUtilities.h71 IN CHAR8 *DeleteList[], OPTIONAL
DDhcp4.h680 IN UINT8 *DeleteList OPTIONAL,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Option.h228 IN UINT8 *DeleteList OPTIONAL,
DDhcp4Impl.c261 IN UINT8 *DeleteList OPTIONAL,
1136 IN UINT8 *DeleteList OPTIONAL, in EfiDhcp4Build()
1156 ((DeleteCount != 0) && (DeleteList == NULL)) || in EfiDhcp4Build()
1165 DeleteList, in EfiDhcp4Build()
DDhcp4Option.c787 IN UINT8 *DeleteList OPTIONAL, in DhcpBuild()
838 Mark[DeleteList[Index]].Len = 0; in DhcpBuild()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DHttpLib.h478 IN CHAR8 *DeleteList[],
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
DDhcp4.h201 IN UINT8 *DeleteList OPTIONAL,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DDxeHttpLib.c1988 IN CHAR8 *DeleteList[], in HttpIsValidHttpHeader() argument
1996 if (AsciiStrCmp (FieldName, DeleteList[Index]) == 0) { in HttpIsValidHttpHeader()