Home | History | Annotate | Download | only in libxml2

Lines Matching full:encoder

1160         if (input->buf->encoder != NULL) {
1165 if (input->buf->encoder == handler)
1170 if ((!xmlStrncmp(BAD_CAST input->buf->encoder->name,
1183 xmlCharEncCloseFunc(input->buf->encoder);
1184 input->buf->encoder = handler;
1187 input->buf->encoder = handler;
1238 nbchars = xmlCharEncInFunc(input->buf->encoder,
1248 nbchars = xmlCharEncFirstLineInt(input->buf->encoder,
1255 "switching encoding: encoder error\n",