Lines Matching full:encoder
9960 (ctxt->input->buf->encoder == NULL)) {
10281 * do not GROW here to avoid the detected encoder to decode more
11701 (ctxt->input->buf != NULL) && (ctxt->input->buf->encoder != NULL)) {
11704 if ((xmlStrcasestr(BAD_CAST ctxt->input->buf->encoder->name,
11706 (xmlStrcasestr(BAD_CAST ctxt->input->buf->encoder->name,
11709 else if ((xmlStrcasestr(BAD_CAST ctxt->input->buf->encoder->name,
11711 (xmlStrcasestr(BAD_CAST ctxt->input->buf->encoder->name,
11747 if ((in->encoder != NULL) && (in->buffer != NULL) &&
11751 nbchars = xmlCharEncInFunc(in->encoder, in->buffer, in->raw);
11755 "xmlParseChunk: encoder error\n");