Searched defs:Parse (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsID.cpp93 NS_COM PRBool nsID::Parse(const char *aIDStr) function in class:nsID
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Impl.c296 The Parse() function is used to retrieve the option list from a DHCP packet.
1637 DHCP_PARSE_CONTEXT *Parse; local
1639 Parse = (DHCP_PARSE_CONTEXT *) Context;
1640 Parse->Index++;
1642 if (Parse->Index <= Parse->OptionCount) {
1648 Parse->Option[Parse->Index - 1] = BASE_CR (Data, EFI_DHCP4_PACKET_OPTION, Data);
1658 The Parse() function is used to retrieve the option list from a DHCP packet.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py359 self.Parse()
365 ## Parse the build rule strings
366 def Parse(self): member in class:BuildRule
396 ## Parse definitions under a section
403 ## Parse definitions under a subsection
437 ## Parse section header
501 ## Parse sub-section header
540 ## Parse <InputFile> sub-section
553 ## Parse <ExtraDependency> sub-section
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDhcp4.h723 The Parse() function is used to retrieve the option list from a DHCP packet.
774 EFI_DHCP4_PARSE Parse; member in struct:_EFI_DHCP4_PROTOCOL
H A DDhcp6.h735 Parse the option data in the DHCPv6 packet.
737 The Parse() function is used to retrieve the option list in the DHCPv6 packet.
780 EFI_DHCP6_PARSE Parse; member in struct:_EFI_DHCP6_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DDecParser.py189 # Parse specified item, this function must be derived by subclass
216 # Called in Parse if current parsing should be stopped when encounter some
270 ## Parse
276 def Parse(self): member in class:_DecBase
380 # Parse define section
479 # Parse include section
498 # Parse library class section
537 # Parse PCD section
614 # Parse GUID, PPI, Protocol section
682 # Parse use
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp160 Parse(pszSource);
175 int Parse(const char *pszPath) function in class:SOURCEFILEENTRY
1144 * Parse arguments.
3839 * Parse arguments.

Completed in 118 milliseconds