Searched defs:QName (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DDns4.h189 CHAR8 *QName; member in struct:__anon9003
402 @param[in] QName Pointer to Query Name.
415 QName is NULL.
424 IN CHAR8 *QName,
H A DDns6.h176 CHAR8 *QName; member in struct:__anon9012
394 @param[in] QName Pointer to Query Name.
407 QName is NULL.
416 IN CHAR8 *QName,
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
H A DDnsProtocol.c467 // Construct QName.
568 @param[in] QName Pointer to Query Name.
581 QName is NULL.
590 IN CHAR8 *QName,
614 if ((This == NULL) || (QName == NULL) || Token == NULL) {
662 Status = ConstructDNSQuery (Instance, QName, QType, QClass, &Packet);
1293 // Construct QName.
1397 @param[in] QName Pointer to Query Name.
1410 QName is NULL.
1419 IN CHAR8 *QName,
588 Dns4GeneralLookUp( IN EFI_DNS4_PROTOCOL *This, IN CHAR8 *QName, IN UINT16 QType, IN UINT16 QClass, IN EFI_DNS4_COMPLETION_TOKEN *Token ) argument
1417 Dns6GeneralLookUp( IN EFI_DNS6_PROTOCOL *This, IN CHAR8 *QName, IN UINT16 QType, IN UINT16 QClass, IN EFI_DNS6_COMPLETION_TOKEN *Token ) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
H A DElementTree.py66 "QName",
571 # QName wrapper. This can be used to wrap a QName attribute value, in
574 # @param text A string containing the QName value, in the form {uri}local,
575 # or, if the tag argument is given, the URI part of a QName.
578 # @return An opaque object, representing the QName.
580 class QName(object): class in inherits:object
590 if isinstance(other, QName):
879 if isinstance(tag, QName):
888 if isinstance(key, QName)
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
H A DElementTree.py66 "QName",
571 # QName wrapper. This can be used to wrap a QName attribute value, in
574 # @param text A string containing the QName value, in the form {uri}local,
575 # or, if the tag argument is given, the URI part of a QName.
578 # @return An opaque object, representing the QName.
580 class QName(object): class in inherits:object
590 if isinstance(other, QName):
874 if isinstance(tag, QName):
883 if isinstance(key, QName)
[all...]

Completed in 24 milliseconds