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

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Locate.c 291 IHANDLE **ResultBuffer;
312 ResultBuffer = (IHANDLE **) Buffer;
378 *ResultBuffer = Handle;
379 ResultBuffer += 1;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Locate.c 128 IHANDLE **ResultBuffer;
149 ResultBuffer = (IHANDLE **) Buffer;
223 *ResultBuffer = Handle;
224 ResultBuffer += 1;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
HttpLib.h 25 sure ResultBuffer points to a buffer with size equal or greater than ((AsciiStrSize (Buffer))
30 @param[out] ResultBuffer Point to the buffer to store the decode result.
31 @param[out] ResultLength Length of decoded string in ResultBuffer in bytes.
42 OUT CHAR8 *ResultBuffer,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DxeHttpLib.c 83 sure ResultBuffer points to a buffer with size equal or greater than ((AsciiStrSize (Buffer))
88 @param[out] ResultBuffer Point to the buffer to store the decode result.
89 @param[out] ResultLength Length of decoded string in ResultBuffer in bytes.
100 OUT CHAR8 *ResultBuffer,
108 if (Buffer == NULL || BufferLength == 0 || ResultBuffer == NULL) {
122 ResultBuffer[Offset] = (CHAR8) AsciiStrHexToUintn (HexStr);
125 ResultBuffer[Offset] = Buffer[Index];
    [all...]

Completed in 56 milliseconds