Searched refs:AppendList (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/HttpUtilitiesDxe/ |
D | HttpUtilitiesProtocol.c | 65 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()
|
D | HttpUtilitiesDxe.h | 85 IN EFI_HTTP_HEADER *AppendList[], OPTIONAL
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | HttpUtilities.h | 73 IN EFI_HTTP_HEADER *AppendList[], OPTIONAL
|
D | Dhcp4.h | 682 IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
D | Dhcp4Option.c | 789 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()
|
D | Dhcp4Option.h | 230 IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL,
|
D | Dhcp4Impl.c | 263 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/ |
D | DxeHttpLib.c | 1669 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/ |
D | Dhcp4.h | 203 IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL,
|