Home | History | Annotate | Download | only in WebServer

Lines Matching defs:Status

24   @param [out] pbDone       Address to receive the request completion status
36 EFI_STATUS Status;
52 Status = HttpPageHeader ( SocketFD, pPort, L"Exit" );
53 if ( EFI_ERROR ( Status )) {
60 Status = HttpSendAnsiString ( SocketFD,
66 if ( EFI_ERROR ( Status )) {
73 Status = HttpPageTrailer ( SocketFD, pPort, pbDone );
78 // Return the operation status
80 DBG_EXIT_STATUS ( Status );
81 return Status;