Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DHelp.c43 IN OUT UINTN *DestSize, in LexicalInsertIntoList() argument
62 NewList = ReallocatePool(*DestSize, (*DestSize) + SizeOfAddedNameInBytes, NewList); in LexicalInsertIntoList()
63 (*DestSize) = (*DestSize) + SizeOfAddedNameInBytes; in LexicalInsertIntoList()
69 ; LexicalSpot != NULL && LexicalSpot < NewList + (*DestSize) in LexicalInsertIntoList()
91 (*DestSize) - SizeOfAddedNameInBytes - ((LexicalSpot - NewList) * sizeof(CHAR16)) in LexicalInsertIntoList()
122 IN OUT UINTN *DestSize, in CopyListOfCommandNames() argument
132 LexicalInsertIntoList(DestList, DestSize, Node->CommandString); in CopyListOfCommandNames()
153 IN OUT UINTN *DestSize in CopyListOfCommandNamesWithDynamic() argument
186 Status = LexicalInsertIntoList(DestList, DestSize, DynamicCommand->CommandName); in CopyListOfCommandNamesWithDynamic()