Searched refs:DestSize (Results 1 – 1 of 1) sorted by relevance
42 IN OUT UINTN *DestSize, in LexicalInsertIntoList() argument61 NewList = ReallocatePool(*DestSize, (*DestSize) + SizeOfAddedNameInBytes, NewList); in LexicalInsertIntoList()62 (*DestSize) = (*DestSize) + SizeOfAddedNameInBytes; in LexicalInsertIntoList()68 ; LexicalSpot != NULL && LexicalSpot < NewList + (*DestSize) in LexicalInsertIntoList()90 (*DestSize) - SizeOfAddedNameInBytes - ((LexicalSpot - NewList) * sizeof(CHAR16)) in LexicalInsertIntoList()120 IN OUT UINTN *DestSize, in CopyListOfCommandNames() argument130 LexicalInsertIntoList(DestList, DestSize, Node->CommandString); in CopyListOfCommandNames()150 IN OUT UINTN *DestSize in CopyListOfCommandNamesWithDynamic() argument183 Status = LexicalInsertIntoList(DestList, DestSize, DynamicCommand->CommandName); in CopyListOfCommandNamesWithDynamic()