HomeSort by relevance Sort by last modified time
    Searched refs:SystemID (Results 26 - 44 of 44) sorted by null

12

  /external/libxml2/
valid.c     [all...]
debugXML.c 468 if (dtd->SystemID != NULL)
469 fprintf(ctxt->output, ", SYSTEM %s", (char *) dtd->SystemID);
692 if (ent->SystemID) {
694 fprintf(ctxt->output, " SystemID=%s\n",
695 (char *) ent->SystemID);
797 if (ent->SystemID) {
799 fprintf(ctxt->output, "SystemID=%s\n", (char *) ent->SystemID);
    [all...]
xmllint.c 949 const xmlChar *ExternalID, const xmlChar *SystemID)
959 if (SystemID == NULL)
962 fprintf(stdout, " %s)\n", SystemID);
973 const xmlChar *ExternalID, const xmlChar *SystemID)
983 if (SystemID == NULL)
986 fprintf(stdout, " %s)\n", SystemID);
993 * @systemId: The system ID of the entity
1004 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
1017 if (systemId != NULL)
1018 fprintf(stdout, ", %s)\n", (char *)systemId);
    [all...]
xmlsave.c 43 * @systemID: the system identifier
51 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) {
52 if ((systemID == NULL) && (publicID == NULL))
59 if (systemID != NULL) {
60 if (xmlStrEqual(systemID, XHTML_STRICT_SYSTEM_ID)) return(1);
61 if (xmlStrEqual(systemID, XHTML_FRAME_SYSTEM_ID)) return(1);
62 if (xmlStrEqual(systemID, XHTML_TRANS_SYSTEM_ID)) return(1);
628 xmlBufferWriteQuotedString(buf->buffer, dtd->SystemID);
629 } else if (dtd->SystemID != NULL) {
631 xmlBufferWriteQuotedString(buf->buffer, dtd->SystemID);
    [all...]
tree.c 850 * @SystemID: the system ID
859 const xmlChar *ExternalID, const xmlChar *SystemID) {
887 if (SystemID != NULL)
888 cur->SystemID = xmlStrdup(SystemID);
926 * @SystemID: the system ID
933 const xmlChar *ExternalID, const xmlChar *SystemID) {
975 if (SystemID != NULL) {
976 cur->SystemID = xmlStrdup(SystemID);
    [all...]
parser.c     [all...]
xmlschemas.c     [all...]
  /external/chromium_org/third_party/libxml/src/
debugXML.c 467 if (dtd->SystemID != NULL)
468 fprintf(ctxt->output, ", SYSTEM %s", (char *) dtd->SystemID);
691 if (ent->SystemID) {
693 fprintf(ctxt->output, " SystemID=%s\n",
694 (char *) ent->SystemID);
796 if (ent->SystemID) {
798 fprintf(ctxt->output, "SystemID=%s\n", (char *) ent->SystemID);
    [all...]
xmlsave.c 43 * @systemID: the system identifier
51 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) {
52 if ((systemID == NULL) && (publicID == NULL))
59 if (systemID != NULL) {
60 if (xmlStrEqual(systemID, XHTML_STRICT_SYSTEM_ID)) return(1);
61 if (xmlStrEqual(systemID, XHTML_FRAME_SYSTEM_ID)) return(1);
62 if (xmlStrEqual(systemID, XHTML_TRANS_SYSTEM_ID)) return(1);
568 xmlBufferWriteQuotedString(buf->buffer, dtd->SystemID);
569 } else if (dtd->SystemID != NULL) {
571 xmlBufferWriteQuotedString(buf->buffer, dtd->SystemID);
    [all...]
runtest.c 834 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);
878 * @systemId: The system ID of the entity
889 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
902 if (systemId != NULL)
903 fprintf(SAXdebug, ", %s)\n", (char *)systemId);
    [all...]
xmllint.c 945 const xmlChar *ExternalID, const xmlChar *SystemID)
955 if (SystemID == NULL)
958 fprintf(stdout, " %s)\n", SystemID);
969 const xmlChar *ExternalID, const xmlChar *SystemID)
979 if (SystemID == NULL)
982 fprintf(stdout, " %s)\n", SystemID);
989 * @systemId: The system ID of the entity
1000 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
1013 if (systemId != NULL)
1014 fprintf(stdout, ", %s)\n", (char *)systemId);
    [all...]
tree.c 839 * @SystemID: the system ID
848 const xmlChar *ExternalID, const xmlChar *SystemID) {
876 if (SystemID != NULL)
877 cur->SystemID = xmlStrdup(SystemID);
915 * @SystemID: the system ID
922 const xmlChar *ExternalID, const xmlChar *SystemID) {
964 if (SystemID != NULL) {
965 cur->SystemID = xmlStrdup(SystemID);
    [all...]
testapi.c     [all...]
parser.c     [all...]
xmlschemas.c     [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
parserInternals.h 462 const xmlChar *SystemID);
valid.h 158 const xmlChar *SystemID);
  /external/libxml2/include/libxml/
parserInternals.h 462 const xmlChar *SystemID);
valid.h 158 const xmlChar *SystemID);

Completed in 1880 milliseconds

12