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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DWebServer.c56 WSDT_PORT ** ppPortListNew; local
97 LengthInBytes = sizeof ( *ppPortListNew ) * MaxEntriesNew;
100 (VOID **) &ppPortListNew );
150 CopyMem ( ppPortListNew,
152 Index * sizeof ( *ppPortListNew ));
159 ppPortListNew[ Index ] = NULL;
172 pWebServer->ppPortList = ppPortListNew;

Completed in 42 milliseconds