Searched refs:OptionStrLength (Results 1 – 2 of 2) sorted by relevance
289 UINTN OptionStrLength; in Mtftp4SendRequest() local308 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()
486 UINTN OptionStrLength; in Mtftp6SendRequest() local521 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()