OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OptionStrLength
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.c
289
UINTN
OptionStrLength
;
308
OptionStrLength
= AsciiStrLen ((CHAR8 *) Options[Index].OptionStr);
310
BufferLength += (UINT32)
OptionStrLength
+ (UINT32) ValueStrLength + 2;
336
OptionStrLength
= AsciiStrLen ((CHAR8 *) Options[Index].OptionStr);
341
BufferLength -= (UINT32) (
OptionStrLength
+ 1);
342
Cur +=
OptionStrLength
+ 1;
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.c
486
UINTN
OptionStrLength
;
521
OptionStrLength
= AsciiStrLen ((CHAR8 *) Options[Index].OptionStr);
523
BufferLength += (UINT32)
OptionStrLength
+ (UINT32) ValueStrLength + 2;
556
OptionStrLength
= AsciiStrLen ((CHAR8 *) Options[Index].OptionStr);
561
BufferLength -= (UINT32) (
OptionStrLength
+ 1);
562
Cur +=
OptionStrLength
+ 1;
[
all
...]
Completed in 154 milliseconds