Searched refs:xmlDtdPtr (Results 26 - 50 of 76) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dvalid.c29 static xmlElementPtr xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name,
640 xmlAttributePtr xmlScanAttributeDecl(xmlDtdPtr dtd, const xmlChar *elem);
1384 xmlDtdPtr dtd, const xmlChar *name,
1862 xmlScanAttributeDecl(xmlDtdPtr dtd, const xmlChar *elem) {
1975 xmlDtdPtr dtd, const xmlChar *elem,
2395 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd,
3194 xmlGetDtdElementDesc(xmlDtdPtr dtd, const xmlChar *name) {
3224 xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name, int create) {
3292 xmlGetDtdQElementDesc(xmlDtdPtr dtd, const xmlChar *name,
3316 xmlGetDtdAttrDesc(xmlDtdPtr dt
[all...]
H A Dentities.c201 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type,
303 xmlDtdPtr dtd;
352 xmlDtdPtr dtd;
H A Dtree.c159 xmlGetEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) {
180 xmlGetParameterEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) {
845 xmlDtdPtr
848 xmlDtdPtr cur;
863 cur = (xmlDtdPtr) xmlMalloc(sizeof(xmlDtd));
894 xmlDtdPtr
903 return((xmlDtdPtr) cur);
906 return((xmlDtdPtr) doc->intSubset);
919 xmlDtdPtr
922 xmlDtdPtr cu
[all...]
H A Dxmlsave.c553 xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd) {
773 xmlDtdDumpOutput(ctxt, (xmlDtdPtr) cur);
935 xmlDtdPtr dtd;
1301 xmlDtdDumpOutput(ctxt, (xmlDtdPtr) cur);
2121 xmlDtdPtr dtd;
H A DdebugXML.c444 xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)
982 xmlCtxtDumpDtdNode(ctxt, (xmlDtdPtr) node);
1313 xmlCtxtDumpDTD(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)
1542 xmlDebugDumpDTD(FILE * output, xmlDtdPtr dtd)
2650 xmlDtdPtr subset;
H A DHTMLtree.c630 xmlDtdPtr cur = doc->intSubset;
H A Dxmllint.c2287 xmlDtdPtr dtd;
2577 xmlDtdPtr dtd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dvalid.c29 static xmlElementPtr xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name,
635 xmlAttributePtr xmlScanAttributeDecl(xmlDtdPtr dtd, const xmlChar *elem);
1379 xmlDtdPtr dtd, const xmlChar *name,
1857 xmlScanAttributeDecl(xmlDtdPtr dtd, const xmlChar *elem) {
1970 xmlDtdPtr dtd, const xmlChar *elem,
2386 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd,
3172 xmlGetDtdElementDesc(xmlDtdPtr dtd, const xmlChar *name) {
3202 xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name, int create) {
3270 xmlGetDtdQElementDesc(xmlDtdPtr dtd, const xmlChar *name,
3294 xmlGetDtdAttrDesc(xmlDtdPtr dt
[all...]
H A Dentities.c145 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type,
285 xmlDtdPtr dtd;
334 xmlDtdPtr dtd;
H A Dtree.c156 xmlGetEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) {
177 xmlGetParameterEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) {
840 xmlDtdPtr
843 xmlDtdPtr cur;
858 cur = (xmlDtdPtr) xmlMalloc(sizeof(xmlDtd));
889 xmlDtdPtr
898 return((xmlDtdPtr) cur);
901 return((xmlDtdPtr) doc->intSubset);
914 xmlDtdPtr
917 xmlDtdPtr cu
[all...]
H A Dxmlsave.c519 xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd) {
664 xmlDtdDumpOutput(ctxt, (xmlDtdPtr) cur);
826 xmlDtdPtr dtd;
1172 xmlDtdDumpOutput(ctxt, (xmlDtdPtr) cur);
1984 xmlDtdPtr dtd;
H A DdebugXML.c443 xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)
981 xmlCtxtDumpDtdNode(ctxt, (xmlDtdPtr) node);
1312 xmlCtxtDumpDTD(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)
1541 xmlDebugDumpDTD(FILE * output, xmlDtdPtr dtd)
2649 xmlDtdPtr subset;
H A DHTMLtree.c625 xmlDtdPtr cur = doc->intSubset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dentities.c145 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type,
285 xmlDtdPtr dtd;
334 xmlDtdPtr dtd;
H A Dtree.c156 xmlGetEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) {
177 xmlGetParameterEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) {
840 xmlDtdPtr
843 xmlDtdPtr cur;
858 cur = (xmlDtdPtr) xmlMalloc(sizeof(xmlDtd));
889 xmlDtdPtr
898 return((xmlDtdPtr) cur);
901 return((xmlDtdPtr) doc->intSubset);
914 xmlDtdPtr
917 xmlDtdPtr cu
[all...]
H A Dxmlsave.c519 xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd) {
664 xmlDtdDumpOutput(ctxt, (xmlDtdPtr) cur);
826 xmlDtdPtr dtd;
1172 xmlDtdDumpOutput(ctxt, (xmlDtdPtr) cur);
1984 xmlDtdPtr dtd;
H A DdebugXML.c443 xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)
981 xmlCtxtDumpDtdNode(ctxt, (xmlDtdPtr) node);
1312 xmlCtxtDumpDTD(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)
1541 xmlDebugDumpDTD(FILE * output, xmlDtdPtr dtd)
2649 xmlDtdPtr subset;
H A DHTMLtree.c625 xmlDtdPtr cur = doc->intSubset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dentities.c201 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type,
303 xmlDtdPtr dtd;
352 xmlDtdPtr dtd;
H A Dtree.c159 xmlGetEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) {
180 xmlGetParameterEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) {
845 xmlDtdPtr
848 xmlDtdPtr cur;
863 cur = (xmlDtdPtr) xmlMalloc(sizeof(xmlDtd));
894 xmlDtdPtr
903 return((xmlDtdPtr) cur);
906 return((xmlDtdPtr) doc->intSubset);
919 xmlDtdPtr
922 xmlDtdPtr cu
[all...]
H A Dxmlsave.c553 xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd) {
773 xmlDtdDumpOutput(ctxt, (xmlDtdPtr) cur);
935 xmlDtdPtr dtd;
1301 xmlDtdDumpOutput(ctxt, (xmlDtdPtr) cur);
2121 xmlDtdPtr dtd;
H A DdebugXML.c444 xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)
982 xmlCtxtDumpDtdNode(ctxt, (xmlDtdPtr) node);
1313 xmlCtxtDumpDTD(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)
1542 xmlDebugDumpDTD(FILE * output, xmlDtdPtr dtd)
2650 xmlDtdPtr subset;
H A DHTMLtree.c630 xmlDtdPtr cur = doc->intSubset;
H A Dxmllint.c2287 xmlDtdPtr dtd;
2577 xmlDtdPtr dtd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A Dxmllint.c2287 xmlDtdPtr dtd;
2577 xmlDtdPtr dtd;

Completed in 350 milliseconds

1234