Lines Matching refs:enc
939 * @enc: the encoding value (number)
947 xmlSwitchEncoding(xmlParserCtxtPtr ctxt, xmlCharEncoding enc)
952 switch (enc) {
997 handler = xmlGetCharEncodingHandler(enc);
1002 switch (enc) {
1062 ctxt->charset = enc;
1318 * @enc: the charset encoding if known
1327 xmlCharEncoding enc) {
1342 if (enc != XML_CHAR_ENCODING_NONE) {
1343 xmlSwitchEncoding(ctxt, enc);