HomeSort by relevance Sort by last modified time
    Searched refs:PtrSection (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
IniParsingLib.c 55 CHAR8 *PtrSection;
305 SECTION_ITEM *PtrSection;
316 PtrSection = Section;
318 if (PtrSection->PtrSection != NULL) {
319 DEBUG((DEBUG_VERBOSE, "Section - %a\n", PtrSection->PtrSection));
321 if (PtrSection->PtrEntry != NULL) {
322 DEBUG ((DEBUG_VERBOSE, " Entry - %a\n", PtrSection->PtrEntry));
324 if (PtrSection->PtrValue != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
ParseUpdateProfile.c 273 SectionItem->ptrSection = NULL;
283 SectionItem->ptrSection = AllocatePool (Length + 1);
284 if (SectionItem->ptrSection == NULL) {
291 CopyMem (SectionItem->ptrSection, Buffer + 1, Length);
292 *(SectionItem->ptrSection + Length) = '\0';
317 SECTION_ITEM *PtrSection;
364 PtrSection = *SectionHead;
371 SectionItem->ptrSection = NULL;
374 SectionItem->SecNameLen = PtrSection->SecNameLen;
381 SectionItem->ptrSection = AllocatePool (PtrSection->SecNameLen + 1);
    [all...]

Completed in 345 milliseconds