Searched refs:notations (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlsave.c540 (dtd->attributes == NULL) && (dtd->notations == NULL) &&
547 * Dump the notations first they are not in the DTD children list
550 if ((dtd->notations != NULL) && ((dtd->doc == NULL) ||
552 xmlDumpNotationTable(buf->buffer, (xmlNotationTablePtr) dtd->notations);
H A Dtree.in.h377 void *notations; /* Hash table for notations if any */ member in struct:_xmlDtd
H A DSAX2.c1538 ((ctxt->myDoc->intSubset->notations == NULL) &&
2137 ((ctxt->myDoc->intSubset->notations == NULL) &&
H A Dvalid.c2405 table = (xmlNotationTablePtr) dtd->notations;
2411 dtd->notations = table = xmlHashCreateDict(0, dict);
3357 if (dtd->notations == NULL) return(NULL);
3358 table = (xmlNotationTablePtr) dtd->notations;
4376 "Value \"%s\" for attribute %s of %s is not among the enumerated notations\n",
4580 "Value \"%s\" for attribute xmlns:%s of %s is not among the enumerated notations\n",
4584 "Value \"%s\" for attribute xmlns of %s is not among the enumerated notations\n",
6652 * possible values matches one of the defined notations.
H A Dtree.c1085 * of notations, elements, attributes and entities.
1103 if (cur->notations != NULL)
1104 xmlFreeNotationTable((xmlNotationTablePtr) cur->notations);
4099 if (dtd->notations != NULL)
4100 ret->notations = (void *) xmlCopyNotationTable(
4101 (xmlNotationTablePtr) dtd->notations);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlsave.c574 (dtd->attributes == NULL) && (dtd->notations == NULL) &&
581 * Dump the notations first they are not in the DTD children list
584 if ((dtd->notations != NULL) && ((dtd->doc == NULL) ||
586 xmlDumpNotationTable(buf->buffer, (xmlNotationTablePtr) dtd->notations);
H A DSAX2.c1551 ((ctxt->myDoc->intSubset->notations == NULL) &&
2153 ((ctxt->myDoc->intSubset->notations == NULL) &&
H A Dvalid.c2414 table = (xmlNotationTablePtr) dtd->notations;
2420 dtd->notations = table = xmlHashCreateDict(0, dict);
3379 if (dtd->notations == NULL) return(NULL);
3380 table = (xmlNotationTablePtr) dtd->notations;
4502 "Value \"%s\" for attribute %s of %s is not among the enumerated notations\n",
4706 "Value \"%s\" for attribute xmlns:%s of %s is not among the enumerated notations\n",
4710 "Value \"%s\" for attribute xmlns of %s is not among the enumerated notations\n",
6778 * possible values matches one of the defined notations.
H A Dtree.c1090 * of notations, elements, attributes and entities.
1108 if (cur->notations != NULL)
1109 xmlFreeNotationTable((xmlNotationTablePtr) cur->notations);
4145 if (dtd->notations != NULL)
4146 ret->notations = (void *) xmlCopyNotationTable(
4147 (xmlNotationTablePtr) dtd->notations);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlsave.c574 (dtd->attributes == NULL) && (dtd->notations == NULL) &&
581 * Dump the notations first they are not in the DTD children list
584 if ((dtd->notations != NULL) && ((dtd->doc == NULL) ||
586 xmlDumpNotationTable(buf->buffer, (xmlNotationTablePtr) dtd->notations);
H A DSAX2.c1551 ((ctxt->myDoc->intSubset->notations == NULL) &&
2153 ((ctxt->myDoc->intSubset->notations == NULL) &&
H A Dvalid.c2414 table = (xmlNotationTablePtr) dtd->notations;
2420 dtd->notations = table = xmlHashCreateDict(0, dict);
3379 if (dtd->notations == NULL) return(NULL);
3380 table = (xmlNotationTablePtr) dtd->notations;
4502 "Value \"%s\" for attribute %s of %s is not among the enumerated notations\n",
4706 "Value \"%s\" for attribute xmlns:%s of %s is not among the enumerated notations\n",
4710 "Value \"%s\" for attribute xmlns of %s is not among the enumerated notations\n",
6778 * possible values matches one of the defined notations.
H A Dtree.c1090 * of notations, elements, attributes and entities.
1108 if (cur->notations != NULL)
1109 xmlFreeNotationTable((xmlNotationTablePtr) cur->notations);
4145 if (dtd->notations != NULL)
4146 ret->notations = (void *) xmlCopyNotationTable(
4147 (xmlNotationTablePtr) dtd->notations);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlsave.c540 (dtd->attributes == NULL) && (dtd->notations == NULL) &&
547 * Dump the notations first they are not in the DTD children list
550 if ((dtd->notations != NULL) && ((dtd->doc == NULL) ||
552 xmlDumpNotationTable(buf->buffer, (xmlNotationTablePtr) dtd->notations);
H A Dtree.in.h377 void *notations; /* Hash table for notations if any */ member in struct:_xmlDtd
H A DSAX2.c1538 ((ctxt->myDoc->intSubset->notations == NULL) &&
2137 ((ctxt->myDoc->intSubset->notations == NULL) &&
H A Dvalid.c2405 table = (xmlNotationTablePtr) dtd->notations;
2411 dtd->notations = table = xmlHashCreateDict(0, dict);
3357 if (dtd->notations == NULL) return(NULL);
3358 table = (xmlNotationTablePtr) dtd->notations;
4376 "Value \"%s\" for attribute %s of %s is not among the enumerated notations\n",
4580 "Value \"%s\" for attribute xmlns:%s of %s is not among the enumerated notations\n",
4584 "Value \"%s\" for attribute xmlns of %s is not among the enumerated notations\n",
6652 * possible values matches one of the defined notations.
H A Dtree.c1085 * of notations, elements, attributes and entities.
1103 if (cur->notations != NULL)
1104 xmlFreeNotationTable((xmlNotationTablePtr) cur->notations);
4099 if (dtd->notations != NULL)
4100 ret->notations = (void *) xmlCopyNotationTable(
4101 (xmlNotationTablePtr) dtd->notations);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dtree.h379 void *notations; /* Hash table for notations if any */ member in struct:_xmlDtd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dtree.h379 void *notations; /* Hash table for notations if any */ member in struct:_xmlDtd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dtree.h379 void *notations; /* Hash table for notations if any */ member in struct:_xmlDtd

Completed in 539 milliseconds