/device/linaro/bootloader/edk2/NetworkPkg/HttpUtilitiesDxe/ |
D | HttpUtilitiesProtocol.c | 126 if (HttpIsValidHttpHeader( DeleteList, DeleteCount, SeedHeaderFields[Index].FieldName)) { in HttpUtilitiesBuild() 129 SeedHeaderFields[Index].FieldName, in HttpUtilitiesBuild() 155 TempHeaderFields[Index].FieldName, in HttpUtilitiesBuild() 166 HttpHeader = HttpFindHeader (NewFieldCount, NewHeaderFields, AppendList[Index]->FieldName); in HttpUtilitiesBuild() 170 AppendList[Index]->FieldName, in HttpUtilitiesBuild() 179 AppendList[Index]->FieldName, in HttpUtilitiesBuild() 195 StrLength = AsciiStrLen (HttpHeader->FieldName); in HttpUtilitiesBuild() 221 StrLength = AsciiStrLen (HttpHeader->FieldName); in HttpUtilitiesBuild() 222 CopyMem (NewMessagePtr, HttpHeader->FieldName, StrLength); in HttpUtilitiesBuild() 298 CHAR8 *FieldName; in HttpUtilitiesParse() local [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/ |
D | DxeHttpLib.c | 818 IN CHAR8 *FieldName in HttpFindHeader() argument 823 if (HeaderCount == 0 || Headers == NULL || FieldName == NULL) { in HttpFindHeader() 831 if (AsciiStriCmp (Headers[Index].FieldName, FieldName) == 0) { in HttpFindHeader() 1480 IN CONST CHAR8 *FieldName, in HttpSetFieldNameAndValue() argument 1487 if (HttpHeader->FieldName != NULL) { in HttpSetFieldNameAndValue() 1488 FreePool (HttpHeader->FieldName); in HttpSetFieldNameAndValue() 1494 FieldNameSize = AsciiStrSize (FieldName); in HttpSetFieldNameAndValue() 1495 HttpHeader->FieldName = AllocateZeroPool (FieldNameSize); in HttpSetFieldNameAndValue() 1496 if (HttpHeader->FieldName == NULL) { in HttpSetFieldNameAndValue() 1499 CopyMem (HttpHeader->FieldName, FieldName, FieldNameSize); in HttpSetFieldNameAndValue() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
D | HttpLib.h | 363 IN CHAR8 *FieldName 382 IN CONST CHAR8 *FieldName, 401 OUT CHAR8 **FieldName, 480 IN CHAR8 *FieldName
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
D | HttpBootSupport.c | 542 FreePool (HttpIoHeader->Headers[Index].FieldName); in HttpBootFreeHeader() 566 IN CHAR8 *FieldName, in HttpBootSetHeader() argument 574 if (HttpIoHeader == NULL || FieldName == NULL || FieldValue == NULL) { in HttpBootSetHeader() 578 Header = HttpFindHeader (HttpIoHeader->HeaderCount, HttpIoHeader->Headers, FieldName); in HttpBootSetHeader() 588 StrSize = AsciiStrSize (FieldName); in HttpBootSetHeader() 589 Header->FieldName = AllocatePool (StrSize); in HttpBootSetHeader() 590 if (Header->FieldName == NULL) { in HttpBootSetHeader() 593 CopyMem (Header->FieldName, FieldName, StrSize); in HttpBootSetHeader() 594 Header->FieldName[StrSize -1] = '\0'; in HttpBootSetHeader() 599 FreePool (Header->FieldName); in HttpBootSetHeader()
|
D | HttpBootSupport.h | 144 IN CHAR8 *FieldName,
|
D | HttpBootClient.c | 518 FreePool (Cache->ResponseData->Headers[Index].FieldName); in HttpBootFreeCache()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Http.h | 220 CHAR8 *FieldName; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
D | VfrCompile.g | 1876 // MyNvStructure.FieldName[4] 2681 INT8 *FieldName, 2698 FieldName - the name of the field within the NV store structure 2699 LineNum2 - line number in the VFR where FieldName is referenced 2721 PrintErrorMessage (LineNum2, FieldName, Msg); 2764 if (strcmp (FieldDef->Name, FieldName) == 0) { 2770 PrintErrorMessage (LineNum2, FieldName, Msg); 2781 PrintErrorMessage (LineNum2, FieldName, "field is not declared as an array"); 2785 PrintErrorMessage (LineNum2, FieldName, "array index exceeds declared size of field"); 2802 PrintErrorMessage (LineNum2, FieldName, "variables must have the same size"); [all …]
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/ |
D | Iort.asl | 7 * Format: [ByteLength] FieldName : HexFieldValue
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/ |
D | Cpuid.c | 23 #define PRINT_BIT_FIELD(Variable, FieldName) \ argument 24 Print (L"%5a%42a: %x\n", #Variable, #FieldName, Variable.Bits.FieldName);
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/ |
D | D03Iort.asl | 7 * Format: [ByteLength] FieldName : HexFieldValue
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | c.py | 984 def GetFinalTypeValue(Type, FieldName, TypedefDict, SUDict): argument 1012 Index = Field.rfind(FieldName) 1016 if Index + len(FieldName) == len(Field): 1021 if not Field[Index + len(FieldName)].isalnum(): 1044 FieldName = RefList[Index] 1045 FromType = GetFinalTypeValue(Type, FieldName, TypedefDict, SUDict)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrUtilityLib.cpp | 1019 IN INT8 *FieldName, in DataTypeAddField() argument 1031 if (strlen (FieldName) >= MAX_NAME_LEN) { in DataTypeAddField() 1036 if (strcmp (pTmp->mFieldName, FieldName) == 0) { in DataTypeAddField() 1046 strcpy (pNewField->mFieldName, FieldName); in DataTypeAddField()
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/ |
D | D05Iort.asl | 7 * Format: [ByteLength] FieldName : HexFieldValue
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrUtilityLib.cpp | 1014 IN CHAR8 *FieldName, in DataTypeAddField() argument 1026 if (strlen (FieldName) >= MAX_NAME_LEN) { in DataTypeAddField() 1031 if (strcmp (pTmp->mFieldName, FieldName) == 0) { in DataTypeAddField() 1041 strcpy (pNewField->mFieldName, FieldName); in DataTypeAddField()
|