Lines Matching refs:xmlChar
121 const char *msg, const xmlChar *str1, const xmlChar *str2)
152 const char *msg, const xmlChar *str1)
177 const char *msg, const xmlChar *str1, const xmlChar *str2)
201 const char *msg, const xmlChar *str1, const xmlChar *str2)
220 * Returns a xmlChar *
222 const xmlChar *
236 * Returns a xmlChar *
238 const xmlChar *
243 return((const xmlChar *) ctxt->input->filename);
336 xmlSAX2InternalSubset(void *ctx, const xmlChar *name,
337 const xmlChar *ExternalID, const xmlChar *SystemID)
374 xmlSAX2ExternalSubset(void *ctx, const xmlChar *name,
375 const xmlChar *ExternalID, const xmlChar *SystemID)
492 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId)
496 xmlChar *URI;
505 URI = xmlBuildURI(systemId, (const xmlChar *) base);
529 xmlSAX2GetEntity(void *ctx, const xmlChar *name)
605 xmlSAX2GetParameterEntity(void *ctx, const xmlChar *name)
633 xmlSAX2EntityDecl(void *ctx, const xmlChar *name, int type,
634 xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
653 xmlChar *URI;
661 URI = xmlBuildURI(systemId, (const xmlChar *) base);
672 xmlChar *URI;
680 URI = xmlBuildURI(systemId, (const xmlChar *) base);
703 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname,
704 int type, int def, const xmlChar *defaultValue,
709 xmlChar *name = NULL, *prefix = NULL;
771 xmlSAX2ElementDecl(void *ctx, const xmlChar * name, int type,
817 xmlSAX2NotationDecl(void *ctx, const xmlChar *name,
818 const xmlChar *publicId, const xmlChar *systemId)
868 xmlSAX2UnparsedEntityDecl(void *ctx, const xmlChar *name,
869 const xmlChar *publicId, const xmlChar *systemId,
870 const xmlChar *notationName)
889 xmlChar *URI;
897 URI = xmlBuildURI(systemId, (const xmlChar *) base);
909 xmlChar *URI;
917 URI = xmlBuildURI(systemId, (const xmlChar *) base);
1004 ctxt->myDoc->URL = xmlPathToURI((const xmlChar *)ctxt->input->filename);
1065 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname,
1066 const xmlChar *value, const xmlChar *prefix ATTRIBUTE_UNUSED)
1070 xmlChar *name;
1071 xmlChar *ns;
1072 xmlChar *nval;
1134 xmlChar *val;
1142 val = (xmlChar *) value;
1188 xmlChar *val;
1203 val = (xmlChar *) value;
1309 xmlChar *val;
1320 xmlChar *nvalnorm;
1382 xmlCheckDefaultedAttributes(xmlParserCtxtPtr ctxt, const xmlChar *name,
1383 const xmlChar *prefix, const xmlChar **atts) {
1385 const xmlChar *att;
1414 xmlChar *fulln;
1480 xmlChar fn[50];
1481 xmlChar *fulln;
1533 xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts)
1539 xmlChar *name;
1540 xmlChar *prefix;
1541 const xmlChar *att;
1542 const xmlChar *value;
1740 xmlSAX2EndElement(void *ctx, const xmlChar *name ATTRIBUTE_UNUSED)
1793 xmlSAX2TextNode(xmlParserCtxtPtr ctxt, const xmlChar *str, int len) {
1795 const xmlChar *intern = NULL;
1817 xmlChar cur = str[len];
1822 xmlChar *tmp = (xmlChar *) &(ret->properties);
1851 ret->content = (xmlChar *) intern;
1872 static xmlChar *
1873 xmlSAX2DecodeAttrEntities(xmlParserCtxtPtr ctxt, const xmlChar *str,
1874 const xmlChar *end) {
1875 const xmlChar *in;
1876 xmlChar *ret;
1908 const xmlChar * localname,
1909 const xmlChar * prefix,
1910 const xmlChar * value,
1911 const xmlChar * valueend)
1915 xmlChar *dup = NULL;
1958 (xmlChar *) localname, NULL);
2040 xmlChar *nvalnorm;
2041 xmlChar fn[50];
2042 xmlChar *fullname;
2136 const xmlChar *localname,
2137 const xmlChar *prefix,
2138 const xmlChar *URI,
2140 const xmlChar **namespaces,
2143 const xmlChar **attributes)
2149 const xmlChar *uri, *pref;
2192 (xmlChar *) localname, NULL);
2328 const xmlChar * localname ATTRIBUTE_UNUSED,
2329 const xmlChar * prefix ATTRIBUTE_UNUSED,
2330 const xmlChar * URI ATTRIBUTE_UNUSED)
2367 xmlSAX2Reference(void *ctx, const xmlChar *name)
2393 * @ch: a xmlChar string
2394 * @len: the number of xmlChar
2399 xmlSAX2Characters(void *ctx, const xmlChar *ch, int len)
2457 if (lastChild->content == (xmlChar *)&(lastChild->properties)) {
2475 xmlChar *newbuf;
2480 newbuf = (xmlChar *) xmlRealloc(lastChild->content,size);
2516 * @ch: a xmlChar string
2517 * @len: the number of xmlChar
2523 xmlSAX2IgnorableWhitespace(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch ATTRIBUTE_UNUSED, int len ATTRIBUTE_UNUSED)
2541 xmlSAX2ProcessingInstruction(void *ctx, const xmlChar *target,
2542 const xmlChar *data)
2606 xmlSAX2Comment(void *ctx, const xmlChar *value)
2668 xmlSAX2CDataBlock(void *ctx, const xmlChar *value, int len)