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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
ParseUpdateProfile.c 811 CHAR8 *PtrLine;
823 PtrLine = AllocatePool (MaxLineLength);
824 if (PtrLine == NULL) {
839 (UINT8 *) PtrLine,
848 FreePool (PtrLine);
849 PtrLine = NULL;
850 PtrLine = AllocatePool (LineLength);
851 if (PtrLine == NULL) {
859 (UINT8 *) PtrLine,
876 (UINT8 *) PtrLine,
    [all...]
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
IniParsingLib.c 1028 CHAR8 *PtrLine;
1040 PtrLine = AllocatePool (MaxLineLength);
1041 if (PtrLine == NULL) {
1056 (UINT8 *) PtrLine,
1065 FreePool (PtrLine);
1066 PtrLine = NULL;
1067 PtrLine = AllocatePool (LineLength);
1068 if (PtrLine == NULL) {
1076 (UINT8 *) PtrLine,
1093 (UINT8 *) PtrLine,
    [all...]

Completed in 300 milliseconds