• Home
  • Raw
  • Download

Lines Matching refs:ENCODING

330 doProlog(XML_Parser parser, const ENCODING *enc, const char *s, 
337 doContent(XML_Parser parser, int startTagLevel, const ENCODING *enc,
341 doCdataSection(XML_Parser parser, const ENCODING *, const char **startPtr,
345 doIgnoreSection(XML_Parser parser, const ENCODING *, const char **startPtr,
350 storeAtts(XML_Parser parser, const ENCODING *, const char *s,
359 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
362 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
365 getAttributeId(XML_Parser parser, const ENCODING *enc, const char *start,
370 storeEntityValue(XML_Parser parser, const ENCODING *enc, const char *start,
373 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc,
376 reportComment(XML_Parser parser, const ENCODING *enc, const char *start,
379 reportDefault(XML_Parser parser, const ENCODING *enc, const char *start,
413 poolAppend(STRING_POOL *pool, const ENCODING *enc,
416 poolStoreString(STRING_POOL *pool, const ENCODING *enc,
429 getElementType(XML_Parser parser, const ENCODING *enc,
492 const ENCODING *m_encoding;
494 const ENCODING *m_internalEncoding;
2150 const ENCODING *enc, in doContent()
2615 storeAtts(XML_Parser parser, const ENCODING *enc, in storeAtts()
3090 const ENCODING *enc, in doCdataSection()
3226 const ENCODING *enc, in doIgnoreSection()
3320 const ENCODING *newEncoding = NULL; in processXmlDecl()
3416 ENCODING *enc; in handleUnknownEncoding()
3597 const ENCODING *enc = encoding; in entityValueProcessor()
3641 const ENCODING *enc, in doProlog()
4810 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue()
4826 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue()
4977 const ENCODING *enc, in storeEntityValue()
5165 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, in reportProcessingInstruction()
5194 reportComment(XML_Parser parser, const ENCODING *enc, in reportComment()
5216 reportDefault(XML_Parser parser, const ENCODING *enc, in reportDefault()
5318 getAttributeId(XML_Parser parser, const ENCODING *enc, in getAttributeId()
6030 poolAppend(STRING_POOL *pool, const ENCODING *enc, in poolAppend()
6083 poolStoreString(STRING_POOL *pool, const ENCODING *enc, in poolStoreString()
6266 const ENCODING *enc, in getElementType()