Searched refs:HttpSendByte (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
D | HTTP.c | 754 HttpSendByte ( in HttpSendByte() function 838 Status = HttpSendByte ( SocketFD, in HttpSendCharacter() 920 Status = HttpSendByte ( SocketFD, pPort, ':' ); in HttpSendDump() 1214 Status = HttpSendByte ( SocketFD, pPort, (UINT8)( '0' + Digit )); in HttpSendHexBits() 1281 Status = HttpSendByte ( SocketFD, pPort, (UINT8)( '0' + Digit )); in HttpSendHexValue() 1340 Status = HttpSendByte ( SocketFD, pPort, ':' ); in HttpSendIp6Value() 1388 Status = HttpSendByte ( SocketFD, pPort, ':' ); in HttpSendIp6Value() 1443 Status = HttpSendByte ( SocketFD, pPort, '[' ); in HttpSendIpAddress() 1466 Status = HttpSendByte ( SocketFD, pPort, ']' ); in HttpSendIpAddress() 1482 Status = HttpSendByte ( SocketFD, pPort, '.' ); in HttpSendIpAddress() [all …]
|
D | Handles.c | 132 Status = HttpSendByte ( SocketFD, in HandlePage() 178 Status = HttpSendByte ( SocketFD, in HandlePage() 202 Status = HttpSendByte ( SocketFD, in HandlePage()
|
D | SystemTable.c | 428 Status = HttpSendByte ( SocketFD, in RowRevision()
|
D | WebServer.h | 823 HttpSendByte (
|