Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
DMtftp4Support.c289 UINTN OptionStrLength; in Mtftp4SendRequest() local
308 OptionStrLength = AsciiStrLen ((CHAR8 *) Options[Index].OptionStr); in Mtftp4SendRequest()
310 BufferLength += (UINT32) OptionStrLength + (UINT32) ValueStrLength + 2; in Mtftp4SendRequest()
336 OptionStrLength = AsciiStrLen ((CHAR8 *) Options[Index].OptionStr); in Mtftp4SendRequest()
341 BufferLength -= (UINT32) (OptionStrLength + 1); in Mtftp4SendRequest()
342 Cur += OptionStrLength + 1; in Mtftp4SendRequest()
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
DMtftp6Support.c486 UINTN OptionStrLength; in Mtftp6SendRequest() local
521 OptionStrLength = AsciiStrLen ((CHAR8 *) Options[Index].OptionStr); in Mtftp6SendRequest()
523 BufferLength += (UINT32) OptionStrLength + (UINT32) ValueStrLength + 2; in Mtftp6SendRequest()
556 OptionStrLength = AsciiStrLen ((CHAR8 *) Options[Index].OptionStr); in Mtftp6SendRequest()
561 BufferLength -= (UINT32) (OptionStrLength + 1); in Mtftp6SendRequest()
562 Cur += OptionStrLength + 1; in Mtftp6SendRequest()