Home | History | Annotate | Download | only in libxml2

Lines Matching refs:encoder

463     if ((encoding != NULL) && (buf->encoder == NULL) && (buf->conv == NULL)) {
464 buf->encoder = xmlFindCharEncodingHandler((const char *)encoding);
465 if (buf->encoder == NULL) {
472 xmlCharEncCloseFunc(buf->encoder);
479 xmlCharEncOutFunc(buf->encoder, buf->conv, NULL);
487 xmlCharEncCloseFunc(buf->encoder);
489 buf->encoder = NULL;
710 (buf->encoder == NULL) && (buf->conv == NULL)) {
974 (buf->encoder == NULL) && (buf->conv == NULL)) {
998 (buf->encoder == NULL) && (buf->conv == NULL) &&
2040 outbuf->encoder = NULL;