Searched defs:systemId (Results 26 - 50 of 56) sorted by relevance

123

/external/libxml2/
H A DSAX2.c507 * @systemId: The system ID of the entity
518 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId) argument
531 URI = xmlBuildURI(systemId, (const xmlChar *) base);
535 "SAX.xmlSAX2ResolveEntity(%s, %s)\n", publicId, systemId);
657 * @systemId: The system ID of the entity
664 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
673 name, type, publicId, systemId, content);
677 systemId, content);
682 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
691 URI = xmlBuildURI(systemId, (cons
663 xmlSAX2EntityDecl(void *ctx, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
847 xmlSAX2NotationDecl(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
898 xmlSAX2UnparsedEntityDecl(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
[all...]
H A Dxmllint.c995 * @systemId: The system ID of the entity
1006 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) argument
1019 if (systemId != NULL)
1020 fprintf(stdout, ", %s)\n", (char *)systemId);
1071 * @systemId: The system ID of the entity
1078 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
1084 if (systemId == NULL)
1085 systemId = nullstr;
1092 name, type, publicId, systemId, content);
1145 * @systemId
1077 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
1150 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
1171 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
[all...]
H A Druntest.c874 * @systemId: The system ID of the entity
885 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) argument
898 if (systemId != NULL)
899 fprintf(SAXdebug, ", %s)\n", (char *)systemId);
903 if (systemId != NULL) {
904 return(xmlNewInputFromFile(ctxt, (char *) systemId));
955 * @systemId: The system ID of the entity
962 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
968 if (systemId == NULL)
969 systemId
961 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
1034 notationDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
1055 unparsedEntityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
[all...]
H A Dxmlschemas.c28276 resolveEntitySplit(void *ctx, const xmlChar *publicId, const xmlChar *systemId) argument
28282 systemId));
28309 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
28315 systemId, content);
28345 const xmlChar *publicId, const xmlChar *systemId)
28351 systemId);
28356 const xmlChar *publicId, const xmlChar *systemId,
28363 systemId, notationName);
28308 entityDeclSplit(void *ctx, const xmlChar *name, int type, const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) argument
28344 notationDeclSplit(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId) argument
28355 unparsedEntityDeclSplit(void *ctx, const xmlChar *name, const xmlChar *publicId, const xmlChar *systemId, const xmlChar *notationName) argument
H A Dtestapi.c4165 xmlChar * systemId; /* The system ID of the entity */ local
4181 systemId = gen_const_xmlChar_ptr(n_systemId, 4);
4184 xmlSAX2EntityDecl(ctx, (const xmlChar *)name, type, (const xmlChar *)publicId, (const xmlChar *)systemId, content);
4190 des_const_xmlChar_ptr(n_systemId, (const xmlChar *)systemId, 4);
4784 xmlChar * systemId; /* The system ID of the entity */ local
4795 systemId = gen_const_xmlChar_ptr(n_systemId, 3);
4797 xmlSAX2NotationDecl(ctx, (const xmlChar *)name, (const xmlChar *)publicId, (const xmlChar *)systemId);
4802 des_const_xmlChar_ptr(n_systemId, (const xmlChar *)systemId, 3);
4915 xmlChar * systemId; /* The system ID of the entity */ local
4924 systemId
5170 xmlChar * systemId; /* The system ID of the entity */ local
[all...]
/external/skia/src/ports/
H A DSkFontConfigParser_android.cpp550 const XML_Char *systemId,
544 xml_entity_decl_handler(void *data, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDocumentImpl.java597 java.lang.String systemId)
596 startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId) argument
H A DDTMNodeProxy.java1400 public DocumentType createDocumentType(String qualifiedName,String publicId, String systemId) argument
1530 * are equal: <code>publicId</code>, <code>systemId</code>,
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java903 * @param systemId The declared system identifier of the entity.
911 String systemId)
926 m_writer.write(systemId);
2659 * @param systemId The declared system identifier for the
2666 public void startDTD(String name, String publicId, String systemId) argument
2669 setDoctypeSystem(systemId);
908 externalEntityDecl( String name, String publicId, String systemId) argument
/external/libxml2/python/
H A Dlibxml.c1264 const xmlChar * systemId, xmlChar * content)
1273 publicId, systemId, content);
1286 const xmlChar * publicId, const xmlChar * systemId)
1295 systemId);
1369 const xmlChar * systemId,
1379 (char *) "ssss", name, publicId, systemId,
1260 pythonEntityDecl(void *user_data, const xmlChar * name, int type, const xmlChar * publicId, const xmlChar * systemId, xmlChar * content) argument
1284 pythonNotationDecl(void *user_data, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId) argument
1366 pythonUnparsedEntityDecl(void *user_data, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId, const xmlChar * notationName) argument
/external/vogar/lib/
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/expat/lib/
H A Dxmlparse.c196 const XML_Char *systemId; member in struct:__anon4863
2372 entity->systemId,
3954 entity->systemId,
3997 entity->systemId,
4213 declEntity->systemId = poolStoreString(&dtd->pool, enc,
4216 if (!declEntity->systemId)
4232 declEntity->systemId,
4249 declEntity->systemId,
4260 declEntity->systemId,
4366 const XML_Char *systemId local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 1689 milliseconds

123