Home
last modified time | relevance | path

Searched refs:QName (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDns4.h189 CHAR8 *QName; member
424 IN CHAR8 *QName,
DDns6.h176 CHAR8 *QName; member
416 IN CHAR8 *QName,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
DElementTree.py580 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/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
DElementTree.py580 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/NetworkPkg/DnsDxe/
DDnsProtocol.c590 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()
DDnsImpl.h860 IN CHAR8 *QName,
1108 IN CHAR8 *QName,
DDnsImpl.c1359 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/
DVfrSyntax.g716 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/
DVfrSyntax.g1135 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 …]