Home | History | Annotate | Download | only in WebServer

Lines Matching refs:HttpSendByte

754 HttpSendByte (

838 Status = HttpSendByte ( SocketFD,
920 Status = HttpSendByte ( SocketFD, pPort, ':' );
1214 Status = HttpSendByte ( SocketFD, pPort, (UINT8)( '0' + Digit ));
1281 Status = HttpSendByte ( SocketFD, pPort, (UINT8)( '0' + Digit ));
1340 Status = HttpSendByte ( SocketFD, pPort, ':' );
1388 Status = HttpSendByte ( SocketFD, pPort, ':' );
1443 Status = HttpSendByte ( SocketFD, pPort, '[' );
1466 Status = HttpSendByte ( SocketFD, pPort, ']' );
1482 Status = HttpSendByte ( SocketFD, pPort, '.' );
1490 Status = HttpSendByte ( SocketFD, pPort, '.' );
1498 Status = HttpSendByte ( SocketFD, pPort, '.' );
1516 Status = HttpSendByte ( SocketFD, pPort, ':' );
1570 Status = HttpSendByte ( SocketFD,
1582 Status = HttpSendByte ( SocketFD,
1601 Status = HttpSendByte ( SocketFD,
1621 Status = HttpSendByte ( SocketFD,
1706 Status = HttpSendByte ( SocketFD, pPort, (UINT8)( '0' + Digit ));
1728 Status = HttpSendByte ( SocketFD, pPort, (UINT8)( '0' + Value ));