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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.c 290 UINTN ValueStrLength;
309 ValueStrLength = AsciiStrLen ((CHAR8 *) Options[Index].ValueStr);
310 BufferLength += (UINT32) OptionStrLength + (UINT32) ValueStrLength + 2;
337 ValueStrLength = AsciiStrLen ((CHAR8 *) Options[Index].ValueStr);
346 BufferLength -= (UINT32) (ValueStrLength + 1);
347 Cur += ValueStrLength + 1;
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.c 487 UINTN ValueStrLength;
522 ValueStrLength = AsciiStrLen ((CHAR8 *) Options[Index].ValueStr);
523 BufferLength += (UINT32) OptionStrLength + (UINT32) ValueStrLength + 2;
557 ValueStrLength = AsciiStrLen ((CHAR8 *) Options[Index].ValueStr);
566 BufferLength -= (UINT32) (ValueStrLength + 1);
567 Cur += ValueStrLength + 1;
    [all...]

Completed in 67 milliseconds