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

1 2

  /external/chromium_org/third_party/libxml/src/include/libxml/
entities.h 54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */
86 const xmlChar *SystemID,
93 const xmlChar *SystemID,
100 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 336 * @systemId: The system ID of the entity
349 const xmlChar *systemId);
355 * @SystemID: the SYSTEM ID (e.g. filename or URL)
362 const xmlChar *SystemID);
368 * @SystemID: the SYSTEM ID (e.g. filename or URL)
375 const xmlChar *SystemID);
404 * @systemId: The system ID of the entity
413 const xmlChar *systemId,
420 * @systemId: The system ID of the entity
427 const xmlChar *systemId);
    [all...]
tree.h 158 const xmlChar *SystemID; /* System identifier, if any */
385 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC DTD */
711 const xmlChar *SystemID);
716 const xmlChar *SystemID);
    [all...]
  /external/libxml2/include/libxml/
entities.h 54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */
86 const xmlChar *SystemID,
93 const xmlChar *SystemID,
100 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 336 * @systemId: The system ID of the entity
349 const xmlChar *systemId);
355 * @SystemID: the SYSTEM ID (e.g. filename or URL)
362 const xmlChar *SystemID);
368 * @SystemID: the SYSTEM ID (e.g. filename or URL)
375 const xmlChar *SystemID);
404 * @systemId: The system ID of the entity
413 const xmlChar *systemId,
420 * @systemId: The system ID of the entity
427 const xmlChar *systemId);
    [all...]
tree.h 158 const xmlChar *SystemID; /* System identifier, if any */
384 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC DTD */
710 const xmlChar *SystemID);
715 const xmlChar *SystemID);
    [all...]
  /external/chromium_org/third_party/libxml/src/
entities.c 114 if ((entity->SystemID != NULL) &&
115 (!xmlDictOwns(dict, entity->SystemID)))
116 xmlFree((char *) entity->SystemID);
129 if (entity->SystemID != NULL)
130 xmlFree((char *) entity->SystemID);
148 const xmlChar *ExternalID, const xmlChar *SystemID,
169 if (SystemID != NULL)
170 ret->SystemID = xmlStrdup(SystemID);
175 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 291 printf("\tsystem SystemID: make a SYSTEM identifier lookup\n");
292 printf("\tresolve PublicID SystemID: do a full resolver lookup\n");
HTMLtree.c 650 if (cur->SystemID != NULL) {
652 xmlBufferWriteQuotedString(buf->buffer, cur->SystemID);
654 } else if (cur->SystemID != NULL) {
656 xmlBufferWriteQuotedString(buf->buffer, cur->SystemID);
xinclude.c     [all...]
SAX2.c 331 * @SystemID: the SYSTEM ID (e.g. filename or URL)
337 const xmlChar *ExternalID, const xmlChar *SystemID)
345 name, ExternalID, SystemID);
359 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID);
369 * @SystemID: the SYSTEM ID (e.g. filename or URL)
375 const xmlChar *ExternalID, const xmlChar *SystemID)
382 name, ExternalID, SystemID);
384 if (((ExternalID != NULL) || (SystemID != NULL)) &&
403 SystemID);
408 xmlNewDtd(ctxt->myDoc, name, ExternalID, SystemID);
    [all...]
valid.c     [all...]
  /external/libxml2/
entities.c 114 if ((entity->SystemID != NULL) &&
115 (!xmlDictOwns(dict, entity->SystemID)))
116 xmlFree((char *) entity->SystemID);
129 if (entity->SystemID != NULL)
130 xmlFree((char *) entity->SystemID);
148 const xmlChar *ExternalID, const xmlChar *SystemID,
169 if (SystemID != NULL)
170 ret->SystemID = xmlStrdup(SystemID);
175 if (SystemID != NULL
    [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 291 printf("\tsystem SystemID: make a SYSTEM identifier lookup\n");
292 printf("\tresolve PublicID SystemID: do a full resolver lookup\n");
HTMLtree.c 648 if (cur->SystemID != NULL) {
650 xmlBufferWriteQuotedString(buf->buffer, cur->SystemID);
652 } else if (cur->SystemID != NULL) {
654 xmlBufferWriteQuotedString(buf->buffer, cur->SystemID);
xinclude.c     [all...]
SAX2.c 331 * @SystemID: the SYSTEM ID (e.g. filename or URL)
337 const xmlChar *ExternalID, const xmlChar *SystemID)
345 name, ExternalID, SystemID);
359 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID);
369 * @SystemID: the SYSTEM ID (e.g. filename or URL)
375 const xmlChar *ExternalID, const xmlChar *SystemID)
382 name, ExternalID, SystemID);
384 if (((ExternalID != NULL) || (SystemID != NULL)) &&
403 SystemID);
408 xmlNewDtd(ctxt->myDoc, name, ExternalID, SystemID);
    [all...]

Completed in 354 milliseconds

1 2