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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DHTTP.c658 size_t MaxBytes; local
669 MaxBytes = sizeof ( pPort->TxBuffer );
670 DataBytes = MaxBytes - pPort->TxBytes;
691 if ( MaxBytes <= pPort->TxBytes ) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c2672 socklen_t MaxBytes; local
2701 MaxBytes = *pOptionLength;
2819 if ( LengthInBytes > MaxBytes ) {
2823 MaxBytes ));
2824 LengthInBytes = MaxBytes;
2835 if ( LengthInBytes < MaxBytes ) {
2836 ZeroMem ( &((UINT8 *)pOptionValue)[LengthInBytes], MaxBytes - LengthInBytes );

Completed in 41 milliseconds