Lines Matching refs:ENCODING
340 doProlog(XML_Parser parser, const ENCODING *enc, const char *s,
347 doContent(XML_Parser parser, int startTagLevel, const ENCODING *enc,
351 doCdataSection(XML_Parser parser, const ENCODING *, const char **startPtr,
355 doIgnoreSection(XML_Parser parser, const ENCODING *, const char **startPtr,
360 storeAtts(XML_Parser parser, const ENCODING *, const char *s,
369 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
372 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
375 getAttributeId(XML_Parser parser, const ENCODING *enc, const char *start,
380 storeEntityValue(XML_Parser parser, const ENCODING *enc, const char *start,
383 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc,
386 reportComment(XML_Parser parser, const ENCODING *enc, const char *start,
389 reportDefault(XML_Parser parser, const ENCODING *enc, const char *start,
424 poolAppend(STRING_POOL *pool, const ENCODING *enc,
427 poolStoreString(STRING_POOL *pool, const ENCODING *enc,
440 getElementType(XML_Parser parser, const ENCODING *enc,
507 const ENCODING *m_encoding;
509 const ENCODING *m_internalEncoding;
2279 const ENCODING *enc, in doContent()
2744 storeAtts(XML_Parser parser, const ENCODING *enc, in storeAtts()
3242 const ENCODING *enc, in doCdataSection()
3378 const ENCODING *enc, in doIgnoreSection()
3472 const ENCODING *newEncoding = NULL; in processXmlDecl()
3568 ENCODING *enc; in handleUnknownEncoding()
3749 const ENCODING *enc = encoding; in entityValueProcessor()
3793 const ENCODING *enc, in doProlog()
4970 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue()
4986 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue()
5137 const ENCODING *enc, in storeEntityValue()
5325 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, in reportProcessingInstruction()
5354 reportComment(XML_Parser parser, const ENCODING *enc, in reportComment()
5376 reportDefault(XML_Parser parser, const ENCODING *enc, in reportDefault()
5479 getAttributeId(XML_Parser parser, const ENCODING *enc, in getAttributeId()
6196 poolAppend(STRING_POOL *pool, const ENCODING *enc, in poolAppend()
6249 poolStoreString(STRING_POOL *pool, const ENCODING *enc, in poolStoreString()
6442 const ENCODING *enc, in getElementType()