Searched defs:pPreviousContext (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c183 TSDT_CONNECTION_CONTEXT * pPreviousContext; local
190 pPreviousContext = NULL;
200 if ( NULL == pPreviousContext ) {
204 pPreviousContext->pNext = pContext->pNext;
212 pPreviousContext = pNextContext;

Completed in 33 milliseconds