• Home
  • Raw
  • Download

Lines Matching refs:xmlChar

31 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()
443 xmlChar *
476 xmlChar *
478 xmlChar ** prefix ATTRIBUTE_UNUSED) in xmlNamespaceParseQName()
507 xmlChar *
530 xmlChar *
590 xmlChar *
680 const xmlChar * href ATTRIBUTE_UNUSED, in xmlNewGlobalNs()
681 const xmlChar * prefix ATTRIBUTE_UNUSED) in xmlNewGlobalNs()
725 const xmlChar *
727 const xmlChar * input ATTRIBUTE_UNUSED) in xmlEncodeEntities()
763 const xmlChar *
780 const xmlChar *
878 internalSubset(void *ctx, const xmlChar * name, in internalSubset()
879 const xmlChar * ExternalID, const xmlChar * SystemID) in internalSubset()
896 externalSubset(void *ctx, const xmlChar * name, in externalSubset()
897 const xmlChar * ExternalID, const xmlChar * SystemID) in externalSubset()
919 resolveEntity(void *ctx, const xmlChar * publicId, in resolveEntity()
920 const xmlChar * systemId) in resolveEntity()
937 getEntity(void *ctx, const xmlChar * name) in getEntity()
954 getParameterEntity(void *ctx, const xmlChar * name) in getParameterEntity()
974 entityDecl(void *ctx, const xmlChar * name, int type, in entityDecl()
975 const xmlChar * publicId, const xmlChar * systemId, in entityDecl()
976 xmlChar * content) in entityDecl()
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, in attributeDecl()
997 int type, int def, const xmlChar * defaultValue, in attributeDecl()
1016 elementDecl(void *ctx, const xmlChar * name, int type, in elementDecl()
1034 notationDecl(void *ctx, const xmlChar * name, in notationDecl()
1035 const xmlChar * publicId, const xmlChar * systemId) in notationDecl()
1053 unparsedEntityDecl(void *ctx, const xmlChar * name, in unparsedEntityDecl()
1054 const xmlChar * publicId, const xmlChar * systemId, in unparsedEntityDecl()
1055 const xmlChar * notationName) in unparsedEntityDecl()
1121 const xmlChar * fullname ATTRIBUTE_UNUSED, in attribute()
1122 const xmlChar * value ATTRIBUTE_UNUSED) in attribute()
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) in startElement()
1151 endElement(void *ctx, const xmlChar * name ATTRIBUTE_UNUSED) in endElement()
1166 reference(void *ctx, const xmlChar * name) in reference()
1182 characters(void *ctx, const xmlChar * ch, int len) in characters()
1200 const xmlChar * ch ATTRIBUTE_UNUSED, in ignorableWhitespace()
1216 processingInstruction(void *ctx, const xmlChar * target, in processingInstruction()
1217 const xmlChar * data) in processingInstruction()
1234 const xmlChar * href ATTRIBUTE_UNUSED, in globalNamespace()
1235 const xmlChar * prefix ATTRIBUTE_UNUSED) in globalNamespace()
1251 const xmlChar * name ATTRIBUTE_UNUSED) in setNamespace()
1287 xmlChar * namespace ATTRIBUTE_UNUSED) in checkNamespace()
1304 const xmlChar * href ATTRIBUTE_UNUSED, in namespaceDecl()
1305 const xmlChar * prefix ATTRIBUTE_UNUSED) in namespaceDecl()
1319 comment(void *ctx, const xmlChar * value) in comment()
1335 cdataBlock(void *ctx, const xmlChar * value, int len) in cdataBlock()