Home | History | Annotate | Download | only in examples

Lines Matching defs:handler

1151     xmlCharEncodingHandlerPtr handler;
1156 handler = xmlFindCharEncodingHandler(encoding);
1158 if (!handler) {
1159 printf("ConvertInput: no encoding handler found for '%s'\n",
1170 ret = handler->input(out, &out_size, (const xmlChar *) in, &temp);