Searched refs:conv_hdlr (Results 1 – 1 of 1) sorted by relevance
2368 xmlCharEncodingHandlerPtr conv_hdlr = NULL; in xmlDocDumpFormatMemoryEnc() local2395 conv_hdlr = xmlFindCharEncodingHandler(txt_encoding); in xmlDocDumpFormatMemoryEnc()2396 if ( conv_hdlr == NULL ) { in xmlDocDumpFormatMemoryEnc()2403 if ((out_buff = xmlAllocOutputBuffer(conv_hdlr)) == NULL ) { in xmlDocDumpFormatMemoryEnc()