• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:intSubset

637    else if ((doc->intSubset == NULL) &&				\
1472 if ((dtd->doc != NULL) && (dtd->doc->intSubset != NULL)) {
1473 ret = xmlHashLookup2(dtd->doc->intSubset->elements, name, ns);
1477 xmlHashRemoveEntry2(dtd->doc->intSubset->elements, name, ns, NULL);
2047 (dtd->doc->intSubset != NULL) &&
2048 (dtd->doc->intSubset->attributes != NULL)) {
2049 ret = xmlHashLookup3(dtd->doc->intSubset->attributes, name, ns, elem);
2731 if ((doc->intSubset == NULL) && (doc->extSubset == NULL)) {
2756 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname,
3070 if ((doc->intSubset == NULL) && (doc->extSubset == NULL)) {
3079 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name);
3402 if ((doc == NULL) || (doc->intSubset == NULL)) return(-1);
3404 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
3433 if ((doc == NULL) || (doc->intSubset == NULL)) return(-1);
3435 elemDecl = xmlGetDtdElementDesc(doc->intSubset, name);
3951 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4012 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name);
4021 if ((attrDecl == NULL) && (doc->intSubset != NULL))
4022 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name);
4097 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name);
4103 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name);
4191 xmlElementPtr elem = xmlGetDtdElementDesc(doc->intSubset,
4203 if (doc->intSubset != NULL) {
4204 table = (xmlAttributeTablePtr) doc->intSubset->attributes;
4335 tst = xmlGetDtdElementDesc(doc->intSubset, elem->name);
4408 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname,
4414 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, attr->name);
4424 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name,
4430 attrDecl = xmlGetDtdAttrDesc(doc->intSubset,
4484 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
4587 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname,
4593 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname,
4604 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name,
4610 attrDecl = xmlGetDtdAttrDesc(doc->intSubset,
4681 nota = xmlGetDtdNotationDesc(doc->intSubset, value);
5707 elemDecl = xmlGetDtdQElementDesc(doc->intSubset,
5723 elemDecl = xmlGetDtdElementDesc(doc->intSubset, elem->name);
6361 if ((doc->intSubset != NULL) &&
6362 (doc->intSubset->name != NULL)) {
6366 if (!xmlStrEqual(doc->intSubset->name, root->name)) {
6376 ret = xmlStrEqual(doc->intSubset->name, fullname);
6382 if ((xmlStrEqual(doc->intSubset->name, BAD_CAST "HTML")) &&
6387 root->name, doc->intSubset->name, NULL);
6652 oldInt = doc->intSubset;
6654 doc->intSubset = NULL;
6658 doc->intSubset = oldInt;
6673 doc->intSubset = oldInt;
6745 elem = xmlGetDtdElementDesc(doc->intSubset, cur->elem);
6790 if ((doc->intSubset == NULL) && (doc->extSubset == NULL))
6794 dtd = doc->intSubset;
6838 if ((doc->intSubset == NULL) && (doc->extSubset == NULL)) {
6843 if ((doc->intSubset != NULL) && ((doc->intSubset->SystemID != NULL) ||
6844 (doc->intSubset->ExternalID != NULL)) && (doc->extSubset == NULL)) {
6846 if (doc->intSubset->SystemID != NULL) {
6847 sysID = xmlBuildURI(doc->intSubset->SystemID,
6852 (const char *) doc->intSubset->SystemID);
6857 doc->extSubset = xmlParseDTD(doc->intSubset->ExternalID,
6862 if (doc->intSubset->SystemID != NULL) {
6865 (const char *) doc->intSubset->SystemID);
6869 (const char *) doc->intSubset->ExternalID);
7013 element_desc = xmlGetDtdElementDesc(parent->doc->intSubset,