Searched defs:Mark (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Option.c793 DHCP_OPTION *Mark; local
806 Mark = AllocatePool (sizeof (DHCP_OPTION) * DHCP_MAX_OPTIONS);
808 if (Mark == NULL) {
813 Mark[Index].Tag = (UINT8) Index;
814 Mark[Index].Len = 0;
830 Mark[SeedOptions[Index].Tag] = SeedOptions[Index];
835 // Mark the option's length is zero if it is in the DeleteList.
838 Mark[DeleteList[Index]].Len = 0;
845 Mark[AppendList[Index]->OpCode].Len = AppendList[Index]->Length;
846 Mark[AppendLis
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp552 NS_IMETHODIMP nsTimelineService::Mark(const char *text) function in class:nsTimelineService

Completed in 35 milliseconds