Home
last modified time | relevance | path

Searched refs:bDisplayZeros (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DHTTP.c1248 BOOLEAN bDisplayZeros; in HttpSendHexValue() local
1261 bDisplayZeros = FALSE; in HttpSendHexValue()
1275 if (( 0 != Digit ) || bDisplayZeros || ( 0 == Shift )) { in HttpSendHexValue()
1276 bDisplayZeros = TRUE; in HttpSendHexValue()
1652 BOOLEAN bDisplayZeros; in HttpSendValue() local
1688 bDisplayZeros = FALSE; in HttpSendValue()
1700 if (( 0 != Digit ) || bDisplayZeros ) { in HttpSendValue()
1701 bDisplayZeros = TRUE; in HttpSendValue()