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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DHTTP.c762 HttpSendByte ( function
846 Status = HttpSendByte ( SocketFD,
928 Status = HttpSendByte ( SocketFD, pPort, ':' );
1222 Status = HttpSendByte ( SocketFD, pPort, (UINT8)( '0' + Digit ));
1289 Status = HttpSendByte ( SocketFD, pPort, (UINT8)( '0' + Digit ));
1331 Status = HttpSendByte ( SocketFD, pPort, '.' );
1335 Status = HttpSendByte ( SocketFD, pPort, '.' );
1339 Status = HttpSendByte ( SocketFD, pPort, '.' );
1346 Status = HttpSendByte ( SocketFD, pPort, ':' );
1404 Status = HttpSendByte ( SocketF
[all...]

Completed in 33 milliseconds