Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpUtilitiesDxe/
DHttpUtilitiesProtocol.c65 IN EFI_HTTP_HEADER *AppendList[], OPTIONAL in HttpUtilitiesBuild() argument
166 HttpHeader = HttpFindHeader (NewFieldCount, NewHeaderFields, AppendList[Index]->FieldName); in HttpUtilitiesBuild()
170 AppendList[Index]->FieldName, in HttpUtilitiesBuild()
171 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
179 AppendList[Index]->FieldName, in HttpUtilitiesBuild()
180 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
DHttpUtilitiesDxe.h85 IN EFI_HTTP_HEADER *AppendList[], OPTIONAL
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DHttpUtilities.h73 IN EFI_HTTP_HEADER *AppendList[], OPTIONAL
DDhcp4.h682 IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Option.c789 IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL, in DhcpBuild()
845 Mark[AppendList[Index]->OpCode].Len = AppendList[Index]->Length; in DhcpBuild()
846 Mark[AppendList[Index]->OpCode].Data = AppendList[Index]->Data; in DhcpBuild()
DDhcp4Option.h230 IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL,
DDhcp4Impl.c263 IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL,
1138 IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL, in EfiDhcp4Build()
1157 ((AppendCount != 0) && (AppendList == NULL))) { in EfiDhcp4Build()
1167 AppendList, in EfiDhcp4Build()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DDxeHttpLib.c1669 EFI_HTTP_HEADER **AppendList; in HttpGenRequestMessage() local
1682 AppendList = NULL; in HttpGenRequestMessage()
1716 AppendList = AllocateZeroPool (sizeof (EFI_HTTP_HEADER *) * (Message->HeaderCount)); in HttpGenRequestMessage()
1717 if (AppendList == NULL) { in HttpGenRequestMessage()
1722 AppendList[Index] = &Message->Headers[Index]; in HttpGenRequestMessage()
1735 AppendList, in HttpGenRequestMessage()
1740 if (AppendList != NULL) { in HttpGenRequestMessage()
1741 FreePool (AppendList); in HttpGenRequestMessage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
DDhcp4.h203 IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL,