Searched refs:conv_hdlr (Results 1 – 1 of 1) sorted by relevance
2357 xmlCharEncodingHandlerPtr conv_hdlr = NULL; in xmlDocDumpFormatMemoryEnc() local2384 conv_hdlr = xmlFindCharEncodingHandler(txt_encoding); in xmlDocDumpFormatMemoryEnc()2385 if ( conv_hdlr == NULL ) { in xmlDocDumpFormatMemoryEnc()2392 if ((out_buff = xmlAllocOutputBuffer(conv_hdlr)) == NULL ) { in xmlDocDumpFormatMemoryEnc()