HomeSort by relevance Sort by last modified time
    Searched refs:NET_IS_HEX_CHAR (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DxeHttpLib.h 35 #define NET_IS_HEX_CHAR(Ch) \
DxeHttpLib.c 59 if (!NET_IS_HEX_CHAR (Buffer[Index+1]) || !NET_IS_HEX_CHAR (Buffer[Index+2])) {
    [all...]

Completed in 305 milliseconds