Searched refs:mExtractGetInfoHandlerTable (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeExtractGuidedSectionLib/
H A DDxeExtractGuidedSectionLib.c29 EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER *mExtractGetInfoHandlerTable = NULL; variable
71 mExtractGetInfoHandlerTable = ReallocatePool (
74 mExtractGetInfoHandlerTable
77 if (mExtractGetInfoHandlerTable == NULL) {
94 if (mExtractGetInfoHandlerTable != NULL) {
95 FreePool (mExtractGetInfoHandlerTable);
194 mExtractGetInfoHandlerTable [Index] = GetInfoHandler;
213 mExtractGetInfoHandlerTable [mNumberOfExtractHandler++] = GetInfoHandler;
283 return mExtractGetInfoHandlerTable [Index] (
433 *GetInfoHandler = mExtractGetInfoHandlerTable[Inde
[all...]

Completed in 52 milliseconds