Home | History | Annotate | Download | only in libxml2

Lines Matching refs:encoder

9727 	        (ctxt->input->buf->encoder == NULL)) {
11460 if ((in->encoder != NULL) && (in->buffer != NULL) &&
11464 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
11468 "xmlParseChunk: encoder error\n");