Searched refs:QName (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Dns6.h | 176 CHAR8 *QName; member 416 IN CHAR8 *QName,
|
D | Dns4.h | 189 CHAR8 *QName; member 424 IN CHAR8 *QName,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ |
D | ElementTree.py | 580 class QName(object): class 590 if isinstance(other, QName): 879 if isinstance(tag, QName): 888 if isinstance(key, QName): 892 if isinstance(value, QName) and value.text not in qnames: 895 if isinstance(text, QName) and text.text not in qnames: 927 if isinstance(k, QName): 929 if isinstance(v, QName): 982 if isinstance(k, QName): 984 if isinstance(v, QName):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ |
D | ElementTree.py | 580 class QName(object): class 590 if isinstance(other, QName): 874 if isinstance(tag, QName): 883 if isinstance(key, QName): 887 if isinstance(value, QName) and value.text not in qnames: 890 if isinstance(text, QName) and text.text not in qnames: 922 if isinstance(k, QName): 924 if isinstance(v, QName): 977 if isinstance(k, QName): 979 if isinstance(v, QName):
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
D | DnsProtocol.c | 590 IN CHAR8 *QName, in Dns4GeneralLookUp() argument 614 if ((This == NULL) || (QName == NULL) || Token == NULL) { in Dns4GeneralLookUp() 662 Status = ConstructDNSQuery (Instance, QName, QType, QClass, &Packet); in Dns4GeneralLookUp() 1419 IN CHAR8 *QName, in Dns6GeneralLookUp() argument 1443 if ((This == NULL) || (QName == NULL) || Token == NULL) { in Dns6GeneralLookUp() 1491 Status = ConstructDNSQuery (Instance, QName, QType, QClass, &Packet); in Dns6GeneralLookUp()
|
D | DnsImpl.h | 860 IN CHAR8 *QName, 1108 IN CHAR8 *QName,
|
D | DnsImpl.c | 1359 Dns4RR[RRCount].QName = AllocateZeroPool (AsciiStrLen (QueryName) + 1); in ParseDnsResponse() 1360 if (Dns4RR[RRCount].QName == NULL) { in ParseDnsResponse() 1364 CopyMem (Dns4RR[RRCount].QName, QueryName, AsciiStrLen (QueryName)); in ParseDnsResponse() 1385 Dns6RR[RRCount].QName = AllocateZeroPool (AsciiStrLen (QueryName) + 1); in ParseDnsResponse() 1386 if (Dns6RR[RRCount].QName == NULL) { in ParseDnsResponse() 1390 CopyMem (Dns6RR[RRCount].QName, QueryName, AsciiStrLen (QueryName)); in ParseDnsResponse()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrSyntax.g | 716 INT8 *QName = NULL; 721 QName = QN->getText(); 722 …_PCATCH(mCVfrQuestionDB.FindQuestion (QName), VFR_RETURN_UNDEFINED, QN, "has already been used ple… 735 … mCVfrQuestionDB.RegisterQuestion (QName, VarIdStr, QId); 738 mCVfrQuestionDB.RegisterNewDateQuestion (QName, VarIdStr, QId); 741 mCVfrQuestionDB.RegisterNewTimeQuestion (QName, VarIdStr, QId); 757 INT8 *QName = NULL; 761 QName = QN->getText(); 762 …_PCATCH(mCVfrQuestionDB.FindQuestion (QName), VFR_RETURN_UNDEFINED, QN, "has already been used ple… 772 … mCVfrQuestionDB.RegisterQuestion (QName, NULL, QId); [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrSyntax.g | 1135 CHAR8 *QName = NULL; 1141 QName = QN->getText(); 1142 …_PCATCH(mCVfrQuestionDB.FindQuestion (QName), VFR_RETURN_UNDEFINED, QN, "has already been used ple… 1155 … mCVfrQuestionDB.RegisterQuestion (QName, VarIdStr, QId); 1158 … mCVfrQuestionDB.RegisterNewDateQuestion (QName, VarIdStr, QId); 1161 … mCVfrQuestionDB.RegisterNewTimeQuestion (QName, VarIdStr, QId); 1168 … mCVfrQuestionDB.RegisterRefQuestion (QName, VarIdStr, QId); 1170 … mCVfrQuestionDB.RegisterQuestion (QName, NULL, QId); 4143 CHAR8 *QName = NULL; 4150 QName = QN->getText(); [all …]
|