HomeSort by relevance Sort by last modified time
    Searched refs:SystemID (Results 1 - 25 of 28) sorted by null

1 2

  /external/libxml2/include/libxml/
entities.h 54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */
87 const xmlChar *SystemID,
94 const xmlChar *SystemID,
101 const xmlChar *SystemID,
SAX.h 50 const xmlChar *SystemID);
55 const xmlChar *SystemID);
65 const xmlChar *systemId);
72 const xmlChar *systemId,
91 const xmlChar *systemId);
96 const xmlChar *systemId,
SAX2.h 48 const xmlChar *SystemID);
53 const xmlChar *SystemID);
63 const xmlChar *systemId);
70 const xmlChar *systemId,
89 const xmlChar *systemId);
94 const xmlChar *systemId,
parser.h 339 * @systemId: The system ID of the entity
352 const xmlChar *systemId);
358 * @SystemID: the SYSTEM ID (e.g. filename or URL)
365 const xmlChar *SystemID);
371 * @SystemID: the SYSTEM ID (e.g. filename or URL)
378 const xmlChar *SystemID);
407 * @systemId: The system ID of the entity
416 const xmlChar *systemId,
423 * @systemId: The system ID of the entity
430 const xmlChar *systemId);
    [all...]
tree.h 197 const xmlChar *SystemID; /* System identifier, if any */
423 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC DTD */
755 const xmlChar *SystemID);
760 const xmlChar *SystemID);
    [all...]
parserInternals.h 495 const xmlChar *SystemID);
valid.h 158 const xmlChar *SystemID);
  /external/libxml2/
entities.c 116 if ((entity->SystemID != NULL) &&
117 (!xmlDictOwns(dict, entity->SystemID)))
118 xmlFree((char *) entity->SystemID);
131 if (entity->SystemID != NULL)
132 xmlFree((char *) entity->SystemID);
150 const xmlChar *ExternalID, const xmlChar *SystemID,
171 if (SystemID != NULL)
172 ret->SystemID = xmlStrdup(SystemID);
177 if (SystemID != NULL
    [all...]
testHTML.c 150 const xmlChar *ExternalID, const xmlChar *SystemID)
157 if (SystemID == NULL)
160 fprintf(stdout, " %s)\n", SystemID);
167 * @systemId: The system ID of the entity
178 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
188 if (systemId != NULL)
189 fprintf(stdout, ", %s)\n", (char *)systemId);
193 if (systemId != NULL) {
194 return(xmlNewInputFromFile(ctxt, (char *) systemId));
239 * @systemId: The system ID of the entit
    [all...]
testSAX.c 309 const xmlChar *ExternalID, const xmlChar *SystemID)
319 if (SystemID == NULL)
322 fprintf(stdout, " %s)\n", SystemID);
333 const xmlChar *ExternalID, const xmlChar *SystemID)
343 if (SystemID == NULL)
346 fprintf(stdout, " %s)\n", SystemID);
353 * @systemId: The system ID of the entity
364 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
377 if (systemId != NULL)
378 fprintf(stdout, ", %s)\n", (char *)systemId);
    [all...]
legacy.c 872 * @SystemID: the SYSTEM ID (e.g. filename or URL)
879 const xmlChar * ExternalID, const xmlChar * SystemID)
882 xmlSAX2InternalSubset(ctx, name, ExternalID, SystemID);
890 * @SystemID: the SYSTEM ID (e.g. filename or URL)
897 const xmlChar * ExternalID, const xmlChar * SystemID)
900 xmlSAX2ExternalSubset(ctx, name, ExternalID, SystemID);
907 * @systemId: The system ID of the entity
920 const xmlChar * systemId)
923 return (xmlSAX2ResolveEntity(ctx, publicId, systemId));
967 * @systemId: The system ID of the entit
    [all...]
xmlcatalog.c 293 printf("\tsystem SystemID: make a SYSTEM identifier lookup\n");
294 printf("\tresolve PublicID SystemID: do a full resolver lookup\n");
SAX2.c 348 * @SystemID: the SYSTEM ID (e.g. filename or URL)
354 const xmlChar *ExternalID, const xmlChar *SystemID)
362 name, ExternalID, SystemID);
376 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID);
386 * @SystemID: the SYSTEM ID (e.g. filename or URL)
392 const xmlChar *ExternalID, const xmlChar *SystemID)
399 name, ExternalID, SystemID);
401 if (((ExternalID != NULL) || (SystemID != NULL)) &&
421 SystemID);
426 xmlNewDtd(ctxt->myDoc, name, ExternalID, SystemID);
    [all...]
valid.c     [all...]
debugXML.c 469 if (dtd->SystemID != NULL)
470 fprintf(ctxt->output, ", SYSTEM %s", (char *) dtd->SystemID);
693 if (ent->SystemID) {
695 fprintf(ctxt->output, " SystemID=%s\n",
696 (char *) ent->SystemID);
798 if (ent->SystemID) {
800 fprintf(ctxt->output, "SystemID=%s\n", (char *) ent->SystemID);
    [all...]
xinclude.c     [all...]
runtest.c 876 const xmlChar *ExternalID, const xmlChar *SystemID)
886 if (SystemID == NULL)
889 fprintf(SAXdebug, " %s)\n", SystemID);
900 const xmlChar *ExternalID, const xmlChar *SystemID)
910 if (SystemID == NULL)
913 fprintf(SAXdebug, " %s)\n", SystemID);
920 * @systemId: The system ID of the entity
931 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
944 if (systemId != NULL)
945 fprintf(SAXdebug, ", %s)\n", (char *)systemId);
    [all...]
xmllint.c 952 const xmlChar *ExternalID, const xmlChar *SystemID)
962 if (SystemID == NULL)
965 fprintf(stdout, " %s)\n", SystemID);
976 const xmlChar *ExternalID, const xmlChar *SystemID)
986 if (SystemID == NULL)
989 fprintf(stdout, " %s)\n", SystemID);
996 * @systemId: The system ID of the entity
1007 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId)
1020 if (systemId != NULL)
1021 fprintf(stdout, ", %s)\n", (char *)systemId);
    [all...]
testlimits.c 752 const xmlChar * SystemID ATTRIBUTE_UNUSED)
768 const xmlChar * SystemID ATTRIBUTE_UNUSED)
778 * @systemId: The system ID of the entity
791 const xmlChar * systemId ATTRIBUTE_UNUSED)
838 * @systemId: The system ID of the entity
848 const xmlChar * systemId ATTRIBUTE_UNUSED,
899 * @systemId: The system ID of the entity
907 const xmlChar * systemId ATTRIBUTE_UNUSED)
918 * @systemId: The system ID of the entity
927 const xmlChar * systemId ATTRIBUTE_UNUSED
    [all...]
xmlsave.c 47 * @systemID: the system identifier
55 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) {
56 if ((systemID == NULL) && (publicID == NULL))
63 if (systemID != NULL) {
64 if (xmlStrEqual(systemID, XHTML_STRICT_SYSTEM_ID)) return(1);
65 if (xmlStrEqual(systemID, XHTML_FRAME_SYSTEM_ID)) return(1);
66 if (xmlStrEqual(systemID, XHTML_TRANS_SYSTEM_ID)) return(1);
722 xmlBufWriteQuotedString(buf->buffer, dtd->SystemID);
723 } else if (dtd->SystemID != NULL) {
725 xmlBufWriteQuotedString(buf->buffer, dtd->SystemID);
    [all...]
tree.c 862 * @SystemID: the system ID
871 const xmlChar *ExternalID, const xmlChar *SystemID) {
899 if (SystemID != NULL)
900 cur->SystemID = xmlStrdup(SystemID);
938 * @SystemID: the system ID
945 const xmlChar *ExternalID, const xmlChar *SystemID) {
987 if (SystemID != NULL) {
988 cur->SystemID = xmlStrdup(SystemID);
    [all...]
testapi.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
AlertStandardFormatTable.h 50 UINT16 SystemID;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
AlertStandardFormatTable.h 41 UINT16 SystemID;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/
AlertStandardFormatTable.h 61 UINT16 SystemID;

Completed in 890 milliseconds

1 2