Home
last modified time | relevance | path

Searched refs:xmlChar (Results 1 – 25 of 170) sorted by relevance

1234567

/external/libxml2/include/libxml/
Dxmlstring.h28 typedef unsigned char xmlChar; typedef
35 #define BAD_CAST (xmlChar *)
40 XMLPUBFUN xmlChar * XMLCALL
41 xmlStrdup (const xmlChar *cur);
42 XMLPUBFUN xmlChar * XMLCALL
43 xmlStrndup (const xmlChar *cur,
45 XMLPUBFUN xmlChar * XMLCALL
48 XMLPUBFUN xmlChar * XMLCALL
50 XMLPUBFUN xmlChar * XMLCALL
51 xmlStrsub (const xmlChar *str,
[all …]
Dxmlwriter.h80 const xmlChar *
88 const xmlChar * name);
91 const xmlChar *
93 const xmlChar * name,
94 const xmlChar *
105 const xmlChar * name,
110 const xmlChar * name,
116 const xmlChar * name,
117 const xmlChar *
121 const xmlChar * prefix,
[all …]
Dhash.h69 typedef void (*xmlHashDeallocator)(void *payload, const xmlChar *name);
79 typedef void *(*xmlHashCopier)(void *payload, const xmlChar *name);
88 typedef void (*xmlHashScanner)(void *payload, void *data, const xmlChar *name);
100 const xmlChar *name, const xmlChar *name2,
101 const xmlChar *name3);
116 const xmlChar *name);
123 const xmlChar *name,
127 const xmlChar *name,
132 const xmlChar *name,
133 const xmlChar *name2,
[all …]
DSAX2.h24 XMLPUBFUN const xmlChar * XMLCALL
26 XMLPUBFUN const xmlChar * XMLCALL
46 const xmlChar *name,
47 const xmlChar *ExternalID,
48 const xmlChar *SystemID);
51 const xmlChar *name,
52 const xmlChar *ExternalID,
53 const xmlChar *SystemID);
56 const xmlChar *name);
59 const xmlChar *name);
[all …]
DSAX.h26 XMLPUBFUN const xmlChar * XMLCALL
28 XMLPUBFUN const xmlChar * XMLCALL
48 const xmlChar *name,
49 const xmlChar *ExternalID,
50 const xmlChar *SystemID);
53 const xmlChar *name,
54 const xmlChar *ExternalID,
55 const xmlChar *SystemID);
58 const xmlChar *name);
61 const xmlChar *name);
[all …]
Dcatalog.h38 (const xmlChar *) "urn:oasis:names:tc:entity:xmlns:xml:catalog"
45 (const xmlChar *) "oasis-xml-catalog"
79 const xmlChar *type,
80 const xmlChar *orig,
81 const xmlChar *replace);
84 const xmlChar *value);
85 XMLPUBFUN xmlChar * XMLCALL
87 const xmlChar *pubID,
88 const xmlChar *sysID);
89 XMLPUBFUN xmlChar * XMLCALL
[all …]
Dtree.h92 xmlChar *content; /* The buffer content UTF8 */
96 xmlChar *contentIO; /* in IO mode we may have a different base */
120 XMLPUBFUN xmlChar* XMLCALL xmlBufContent (const xmlBuf* buf);
121 XMLPUBFUN xmlChar* XMLCALL xmlBufEnd (xmlBufPtr buf);
141 (const xmlChar *) "http://www.w3.org/XML/1998/namespace"
148 #define XML_XML_ID (const xmlChar *) "xml:id"
195 const xmlChar *name; /* Notation name */
196 const xmlChar *PublicID; /* Public identifier, if any */
197 const xmlChar *SystemID; /* System identifier, if any */
242 const xmlChar *name; /* Enumeration name */
[all …]
DparserInternals.h312 XMLPUBVAR const xmlChar xmlStringText[];
313 XMLPUBVAR const xmlChar xmlStringTextNoenc[];
314 XMLPUBVAR const xmlChar xmlStringComment[];
333 xmlCreateEntityParserCtxt(const xmlChar *URL,
334 const xmlChar *ID,
335 const xmlChar *base);
353 const xmlChar * str1,
354 const xmlChar * str2) LIBXML_ATTR_FORMAT(3,0);
362 const xmlChar *buffer);
369 XMLPUBFUN xmlChar XMLCALL
[all …]
Dparser.h52 typedef void (* xmlParserInputDeallocate)(xmlChar *str);
60 const xmlChar *base; /* Base of the array to parse */
61 const xmlChar *cur; /* Current char being parsed */
62 const xmlChar *end; /* end of the array to parse */
73 const xmlChar *encoding; /* the encoding string for entity */
74 const xmlChar *version; /* the version string for entity */
190 const xmlChar *version; /* the XML version string */
191 const xmlChar *encoding; /* the declared encoding, if any */
229 const xmlChar *name; /* Current parsed Node */
232 const xmlChar * *nameTab; /* array of nodes */
[all …]
Dentities.h41 const xmlChar *name; /* Entity name */
49 xmlChar *orig; /* content without ref substitution */
50 xmlChar *content; /* content or ndata if unparsed */
53 const xmlChar *ExternalID; /* External identifier for PUBLIC */
54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */
57 const xmlChar *URI; /* the full URI as computed */
84 const xmlChar *name,
86 const xmlChar *ExternalID,
87 const xmlChar *SystemID,
88 const xmlChar *content);
[all …]
DschemasInternals.h251 const xmlChar *name; /* the name of the declaration */
252 const xmlChar *id; /* Deprecated; not used */
253 const xmlChar *ref; /* Deprecated; not used */
254 const xmlChar *refNs; /* Deprecated; not used */
255 const xmlChar *typeName; /* the local name of the type definition */
256 const xmlChar *typeNs; /* the ns URI of the type definition */
261 const xmlChar *defValue; /* The initial value of the value constraint */
264 const xmlChar *targetNamespace;
266 const xmlChar *refPrefix; /* Deprecated; not used */
298 const xmlChar *value;/* the value */
[all …]
Dvalid.h156 const xmlChar *name,
157 const xmlChar *PublicID,
158 const xmlChar *SystemID);
177 xmlNewElementContent (const xmlChar *name,
186 const xmlChar *name,
212 const xmlChar *name,
232 xmlCreateEnumeration (const xmlChar *name);
244 const xmlChar *elem,
245 const xmlChar *name,
246 const xmlChar *ns,
[all …]
Dxmlschemastypes.h38 xmlSchemaGetPredefinedType (const xmlChar *name,
39 const xmlChar *ns);
42 const xmlChar *value,
46 const xmlChar *value,
52 const xmlChar *value,
58 const xmlChar *value,
69 const xmlChar *name);
79 const xmlChar *value,
87 XMLPUBFUN xmlChar * XMLCALL
88 xmlSchemaCollapseString (const xmlChar *value);
[all …]
Dxmlreader.h132 XMLPUBFUN xmlChar * XMLCALL
135 XMLPUBFUN xmlChar * XMLCALL
139 XMLPUBFUN xmlChar * XMLCALL
168 XMLPUBFUN const xmlChar * XMLCALL
170 XMLPUBFUN const xmlChar * XMLCALL
172 XMLPUBFUN const xmlChar * XMLCALL
174 XMLPUBFUN const xmlChar * XMLCALL
176 XMLPUBFUN const xmlChar * XMLCALL
178 XMLPUBFUN const xmlChar * XMLCALL
180 XMLPUBFUN const xmlChar * XMLCALL
[all …]
Duri.h54 XMLPUBFUN xmlChar * XMLCALL
55 xmlBuildURI (const xmlChar *URI,
56 const xmlChar *base);
57 XMLPUBFUN xmlChar * XMLCALL
58 xmlBuildRelativeURI (const xmlChar *URI,
59 const xmlChar *base);
68 XMLPUBFUN xmlChar * XMLCALL
73 XMLPUBFUN xmlChar * XMLCALL
74 xmlURIEscapeStr (const xmlChar *str,
75 const xmlChar *list);
[all …]
/external/libxml2/
Dxmlstring.c40 xmlChar *
41 xmlStrndup(const xmlChar *cur, int len) { in xmlStrndup()
42 xmlChar *ret; in xmlStrndup()
45 ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar)); in xmlStrndup()
50 memcpy(ret, cur, len * sizeof(xmlChar)); in xmlStrndup()
65 xmlChar *
66 xmlStrdup(const xmlChar *cur) { in xmlStrdup()
67 const xmlChar *p = cur; in xmlStrdup()
84 xmlChar *
87 xmlChar *ret; in xmlCharStrndup()
[all …]
Dlegacy.c31 xmlChar *htmlDecodeEntities(htmlParserCtxtPtr ctxt, int len, xmlChar end,
32 xmlChar end2, xmlChar end3);
49 xmlChar *
51 int len ATTRIBUTE_UNUSED, xmlChar end ATTRIBUTE_UNUSED, in htmlDecodeEntities()
52 xmlChar end2 ATTRIBUTE_UNUSED, in htmlDecodeEntities()
53 xmlChar end3 ATTRIBUTE_UNUSED) in htmlDecodeEntities()
409 xmlChar *
412 xmlChar end ATTRIBUTE_UNUSED, in xmlDecodeEntities()
413 xmlChar end2 ATTRIBUTE_UNUSED, in xmlDecodeEntities()
414 xmlChar end3 ATTRIBUTE_UNUSED) in xmlDecodeEntities()
[all …]
Dcatalog.c71 #define XML_CATAL_BREAK ((xmlChar *) -1)
94 static xmlChar *xmlCatalogNormalizePublic(const xmlChar *pubID);
139 xmlChar *name;
140 xmlChar *value;
141 xmlChar *URL; /* The expanded URL using the base */
243 const char *msg, const xmlChar *str1, const xmlChar *str2, in xmlCatalogErr()
244 const xmlChar *str3) in xmlCatalogErr()
274 xmlNewCatalogEntry(xmlCatalogEntryType type, const xmlChar *name, in xmlNewCatalogEntry()
275 const xmlChar *value, const xmlChar *URL, xmlCatalogPrefer prefer, in xmlNewCatalogEntry()
278 xmlChar *normid = NULL; in xmlNewCatalogEntry()
[all …]
Dhash.c57 xmlChar *name;
58 xmlChar *name2;
59 xmlChar *name3;
82 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, in xmlHashComputeKey()
83 const xmlChar *name2, const xmlChar *name3) { in xmlHashComputeKey()
113 const xmlChar *prefix, const xmlChar *name, in xmlHashComputeQKey()
114 const xmlChar *prefix2, const xmlChar *name2, in xmlHashComputeQKey()
115 const xmlChar *prefix3, const xmlChar *name3) { in xmlHashComputeQKey()
371 xmlHashDefaultDeallocator(void *entry, const xmlChar *name ATTRIBUTE_UNUSED) { in xmlHashDefaultDeallocator()
387 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) { in xmlHashAddEntry()
[all …]
DtestSAX.c308 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in internalSubsetDebug()
309 const xmlChar *ExternalID, const xmlChar *SystemID) in internalSubsetDebug()
332 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in externalSubsetDebug()
333 const xmlChar *ExternalID, const xmlChar *SystemID) in externalSubsetDebug()
364 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug()
399 getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getEntityDebug()
418 getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getParameterEntityDebug()
440 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in entityDeclDebug()
441 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content) in entityDeclDebug()
443 const xmlChar *nullstr = BAD_CAST "(null)"; in entityDeclDebug()
[all …]
/external/libxml2/os400/libxmlrpg/
Dxmlstring.rpgle16 * xmlChar:
20 * to xmlChar * (possibly making serialization back impossible).
22 d xmlChar s based(######typedef######)
25 * xmlChar handling
27 d xmlStrdup pr * extproc('xmlStrdup') xmlChar *
28 d cur * value options(*string) const xmlChar *
30 d xmlStrndup pr * extproc('xmlStrndup') xmlChar *
31 d cur * value options(*string) const xmlChar *
34 d xmlCharStrndup pr * extproc('xmlCharStrndup') xmlChar *
38 d xmlCharStrdup pr * extproc('xmlCharStrdup') xmlChar *
[all …]
DSAX.rpgle18 d getPublicId pr * extproc('getPublicId') const xmlChar *
21 d getSystemId pr * extproc('getSystemId') const xmlChar *
54 d name * value options(*string) const xmlChar *
55 d ExternalID * value options(*string) const xmlChar *
56 d SystemID * value options(*string) const xmlChar *
60 d name * value options(*string) const xmlChar *
61 d ExternalID * value options(*string) const xmlChar *
62 d SystemID * value options(*string) const xmlChar *
67 d name * value options(*string) const xmlChar *
73 d name * value options(*string) const xmlChar *
[all …]
DSAX2.rpgle18 d pr * extproc('xmlSAX2getPublicId') const xmlChar *
22 d pr * extproc('xmlSAX2getSystemId') const xmlChar *
58 d name * value options(*string) const xmlChar *
59 d ExternalID * value options(*string) const xmlChar *
60 d SystemID * value options(*string) const xmlChar *
65 d name * value options(*string) const xmlChar *
66 d ExternalID * value options(*string) const xmlChar *
67 d SystemID * value options(*string) const xmlChar *
73 d name * value options(*string) const xmlChar *
79 d name * value options(*string) const xmlChar *
[all …]
Dcatalog.rpgle90 d type * value options(*string) const xmlChar *
91 d orig * value options(*string) const xmlChar *
92 d replace * value options(*string) const xmlChar *
98 d value * value options(*string) const xmlChar *
101 d pr * extproc('xmlACatalogResolve') xmlChar *
103 d pubID * value options(*string) const xmlChar *
104 d sysID * value options(*string) const xmlChar *
107 d pr * extproc('xmlACatalogResolveSystem') xmlChar *
109 d sysID * value options(*string) const xmlChar *
112 d pr * extproc('xmlACatalogResolvePublic') xmlChar *
[all …]
Dhash.rpgle91 d name * value options(*string) const xmlChar *
98 d name * value options(*string) const xmlChar *
106 d name * value options(*string) const xmlChar *
107 d name2 * value options(*string) const xmlChar *
114 d name * value options(*string) const xmlChar *
115 d name2 * value options(*string) const xmlChar *
123 d name * value options(*string) const xmlChar *
124 d name2 * value options(*string) const xmlChar *
125 d name3 * value options(*string) const xmlChar *
132 d name * value options(*string) const xmlChar *
[all …]

1234567