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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DWebServer.c54 struct pollfd * pFdList; local
74 pFdList = pWebServer->pFdList;
83 LengthInBytes = sizeof ( *pFdList ) * MaxEntriesNew;
117 if ( NULL != pFdList ) {
119 pFdList,
120 Index * sizeof ( *pFdList ));
135 if ( NULL != pFdList ) {
136 gBS->FreePool ( pFdList );
142 pWebServer->pFdList
251 struct pollfd * pFdList; local
[all...]
H A DWebServer.h185 struct pollfd * pFdList; ///< List of socket file descriptors member in struct:__anon9950

Completed in 33 milliseconds