Searched refs:SystemID (Results 51 - 75 of 96) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX2.c325 * @SystemID: the SYSTEM ID (e.g. filename or URL)
331 const xmlChar *ExternalID, const xmlChar *SystemID)
339 name, ExternalID, SystemID);
353 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID);
363 * @SystemID: the SYSTEM ID (e.g. filename or URL)
369 const xmlChar *ExternalID, const xmlChar *SystemID)
376 name, ExternalID, SystemID);
378 if (((ExternalID != NULL) || (SystemID != NULL)) &&
397 SystemID);
402 xmlNewDtd(ctxt->myDoc, name, ExternalID, SystemID);
330 xmlSAX2InternalSubset(void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
368 xmlSAX2ExternalSubset(void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
[all...]
H A Dvalid.c2367 if (nota->SystemID != NULL)
2368 xmlFree((xmlChar *) nota->SystemID);
2379 * @SystemID: the system identifier or NULL
2388 const xmlChar *PublicID, const xmlChar *SystemID) {
2398 if ((PublicID == NULL) && (SystemID == NULL)) {
2430 if (SystemID != NULL)
2431 ret->SystemID = xmlStrdup(SystemID);
2488 if (nota->SystemID != NULL)
2489 cur->SystemID
2386 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *name, const xmlChar *PublicID, const xmlChar *SystemID) argument
[all...]
H A DdebugXML.c465 if (dtd->SystemID != NULL)
466 fprintf(ctxt->output, ", SYSTEM %s", (char *) dtd->SystemID);
689 if (ent->SystemID) {
691 fprintf(ctxt->output, " SystemID=%s\n",
692 (char *) ent->SystemID);
794 if (ent->SystemID) {
796 fprintf(ctxt->output, "SystemID=%s\n", (char *) ent->SystemID);
1259 if (cur->SystemID != NULL)
1260 fprintf(ctxt->output, "SYSTEM \"%s\"", (char *) cur->SystemID);
[all...]
H A Dxmlsave.c534 xmlBufferWriteQuotedString(buf->buffer, dtd->SystemID);
535 } else if (dtd->SystemID != NULL) {
537 xmlBufferWriteQuotedString(buf->buffer, dtd->SystemID);
913 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
2006 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
H A DparserInternals.in.h453 const xmlChar *SystemID);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX2.c325 * @SystemID: the SYSTEM ID (e.g. filename or URL)
331 const xmlChar *ExternalID, const xmlChar *SystemID)
339 name, ExternalID, SystemID);
353 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID);
363 * @SystemID: the SYSTEM ID (e.g. filename or URL)
369 const xmlChar *ExternalID, const xmlChar *SystemID)
376 name, ExternalID, SystemID);
378 if (((ExternalID != NULL) || (SystemID != NULL)) &&
397 SystemID);
402 xmlNewDtd(ctxt->myDoc, name, ExternalID, SystemID);
330 xmlSAX2InternalSubset(void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
368 xmlSAX2ExternalSubset(void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
[all...]
H A Dvalid.c2376 if (nota->SystemID != NULL)
2377 xmlFree((xmlChar *) nota->SystemID);
2388 * @SystemID: the system identifier or NULL
2397 const xmlChar *PublicID, const xmlChar *SystemID) {
2407 if ((PublicID == NULL) && (SystemID == NULL)) {
2439 if (SystemID != NULL)
2440 ret->SystemID = xmlStrdup(SystemID);
2497 if (nota->SystemID != NULL)
2498 cur->SystemID
2395 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *name, const xmlChar *PublicID, const xmlChar *SystemID) argument
[all...]
H A DdebugXML.c466 if (dtd->SystemID != NULL)
467 fprintf(ctxt->output, ", SYSTEM %s", (char *) dtd->SystemID);
690 if (ent->SystemID) {
692 fprintf(ctxt->output, " SystemID=%s\n",
693 (char *) ent->SystemID);
795 if (ent->SystemID) {
797 fprintf(ctxt->output, "SystemID=%s\n", (char *) ent->SystemID);
1260 if (cur->SystemID != NULL)
1261 fprintf(ctxt->output, "SYSTEM \"%s\"", (char *) cur->SystemID);
[all...]
H A Dxmlsave.c568 xmlBufferWriteQuotedString(buf->buffer, dtd->SystemID);
569 } else if (dtd->SystemID != NULL) {
571 xmlBufferWriteQuotedString(buf->buffer, dtd->SystemID);
1051 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
2144 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
H A Druntest.c834 const xmlChar *ExternalID, const xmlChar *SystemID)
844 if (SystemID == NULL)
847 fprintf(SAXdebug, " %s)\n", SystemID);
858 const xmlChar *ExternalID, const xmlChar *SystemID)
868 if (SystemID == NULL)
871 fprintf(SAXdebug, " %s)\n", SystemID);
833 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
857 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
H A Dxmllint.c940 const xmlChar *ExternalID, const xmlChar *SystemID)
950 if (SystemID == NULL)
953 fprintf(stdout, " %s)\n", SystemID);
964 const xmlChar *ExternalID, const xmlChar *SystemID)
974 if (SystemID == NULL)
977 fprintf(stdout, " %s)\n", SystemID);
939 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
963 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DSAX2.c325 * @SystemID: the SYSTEM ID (e.g. filename or URL)
331 const xmlChar *ExternalID, const xmlChar *SystemID)
339 name, ExternalID, SystemID);
353 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID);
363 * @SystemID: the SYSTEM ID (e.g. filename or URL)
369 const xmlChar *ExternalID, const xmlChar *SystemID)
376 name, ExternalID, SystemID);
378 if (((ExternalID != NULL) || (SystemID != NULL)) &&
397 SystemID);
402 xmlNewDtd(ctxt->myDoc, name, ExternalID, SystemID);
330 xmlSAX2InternalSubset(void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
368 xmlSAX2ExternalSubset(void *ctx, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
[all...]
H A Dvalid.c2367 if (nota->SystemID != NULL)
2368 xmlFree((xmlChar *) nota->SystemID);
2379 * @SystemID: the system identifier or NULL
2388 const xmlChar *PublicID, const xmlChar *SystemID) {
2398 if ((PublicID == NULL) && (SystemID == NULL)) {
2430 if (SystemID != NULL)
2431 ret->SystemID = xmlStrdup(SystemID);
2488 if (nota->SystemID != NULL)
2489 cur->SystemID
2386 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *name, const xmlChar *PublicID, const xmlChar *SystemID) argument
[all...]
H A DdebugXML.c465 if (dtd->SystemID != NULL)
466 fprintf(ctxt->output, ", SYSTEM %s", (char *) dtd->SystemID);
689 if (ent->SystemID) {
691 fprintf(ctxt->output, " SystemID=%s\n",
692 (char *) ent->SystemID);
794 if (ent->SystemID) {
796 fprintf(ctxt->output, "SystemID=%s\n", (char *) ent->SystemID);
1259 if (cur->SystemID != NULL)
1260 fprintf(ctxt->output, "SYSTEM \"%s\"", (char *) cur->SystemID);
[all...]
H A Dxmlsave.c534 xmlBufferWriteQuotedString(buf->buffer, dtd->SystemID);
535 } else if (dtd->SystemID != NULL) {
537 xmlBufferWriteQuotedString(buf->buffer, dtd->SystemID);
913 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
2006 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dvalid.c2376 if (nota->SystemID != NULL)
2377 xmlFree((xmlChar *) nota->SystemID);
2388 * @SystemID: the system identifier or NULL
2397 const xmlChar *PublicID, const xmlChar *SystemID) {
2407 if ((PublicID == NULL) && (SystemID == NULL)) {
2439 if (SystemID != NULL)
2440 ret->SystemID = xmlStrdup(SystemID);
2497 if (nota->SystemID != NULL)
2498 cur->SystemID
2395 xmlAddNotationDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *name, const xmlChar *PublicID, const xmlChar *SystemID) argument
[all...]
H A DdebugXML.c466 if (dtd->SystemID != NULL)
467 fprintf(ctxt->output, ", SYSTEM %s", (char *) dtd->SystemID);
690 if (ent->SystemID) {
692 fprintf(ctxt->output, " SystemID=%s\n",
693 (char *) ent->SystemID);
795 if (ent->SystemID) {
797 fprintf(ctxt->output, "SystemID=%s\n", (char *) ent->SystemID);
1260 if (cur->SystemID != NULL)
1261 fprintf(ctxt->output, "SYSTEM \"%s\"", (char *) cur->SystemID);
[all...]
H A Dxmlsave.c568 xmlBufferWriteQuotedString(buf->buffer, dtd->SystemID);
569 } else if (dtd->SystemID != NULL) {
571 xmlBufferWriteQuotedString(buf->buffer, dtd->SystemID);
1051 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
2144 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
H A Druntest.c834 const xmlChar *ExternalID, const xmlChar *SystemID)
844 if (SystemID == NULL)
847 fprintf(SAXdebug, " %s)\n", SystemID);
858 const xmlChar *ExternalID, const xmlChar *SystemID)
868 if (SystemID == NULL)
871 fprintf(SAXdebug, " %s)\n", SystemID);
833 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
857 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
H A Dxmllint.c940 const xmlChar *ExternalID, const xmlChar *SystemID)
950 if (SystemID == NULL)
953 fprintf(stdout, " %s)\n", SystemID);
964 const xmlChar *ExternalID, const xmlChar *SystemID)
974 if (SystemID == NULL)
977 fprintf(stdout, " %s)\n", SystemID);
939 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
963 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
/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.c940 const xmlChar *ExternalID, const xmlChar *SystemID)
950 if (SystemID == NULL)
953 fprintf(stdout, " %s)\n", SystemID);
964 const xmlChar *ExternalID, const xmlChar *SystemID)
974 if (SystemID == NULL)
977 fprintf(stdout, " %s)\n", SystemID);
939 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
963 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DparserInternals.h453 const xmlChar *SystemID);
H A Dvalid.h158 const xmlChar *SystemID);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DparserInternals.h453 const xmlChar *SystemID);
H A Dvalid.h158 const xmlChar *SystemID);

Completed in 243 milliseconds

1234