Lines Matching defs:enc

177 #  define MUST_CONVERT(enc, s) (! (enc)->isUtf16 || (((uintptr_t)(s)) & 1))  argument
185 # define MUST_CONVERT(enc, s) (! (enc)->isUtf8) argument
2826 doContent(XML_Parser parser, int startTagLevel, const ENCODING *enc, in doContent()
3328 storeAtts(XML_Parser parser, const ENCODING *enc, const char *attStr, in storeAtts()
4101 doCdataSection(XML_Parser parser, const ENCODING *enc, const char **startPtr, in doCdataSection()
4243 doIgnoreSection(XML_Parser parser, const ENCODING *enc, const char **startPtr, in doIgnoreSection()
4458 ENCODING *enc; in handleUnknownEncoding() local
4647 const ENCODING *enc = parser->m_encoding; in entityValueProcessor() local
4691 doProlog(XML_Parser parser, const ENCODING *enc, const char *s, const char *end, in doProlog()
5975 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue()
5990 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue()
6191 storeEntityValue(XML_Parser parser, const ENCODING *enc, in storeEntityValue()
6422 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc, in reportProcessingInstruction()
6449 reportComment(XML_Parser parser, const ENCODING *enc, const char *start, in reportComment()
6469 reportDefault(XML_Parser parser, const ENCODING *enc, const char *s, in reportDefault()
6606 getAttributeId(XML_Parser parser, const ENCODING *enc, const char *start, in getAttributeId()
7364 poolAppend(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolAppend()
7427 poolStoreString(STRING_POOL *pool, const ENCODING *enc, const char *ptr, in poolStoreString()
7767 getElementType(XML_Parser parser, const ENCODING *enc, const char *ptr, in getElementType()