Home
last modified time | relevance | path

Searched refs:conv_hdlr (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlsave.c2357 xmlCharEncodingHandlerPtr conv_hdlr = NULL; in xmlDocDumpFormatMemoryEnc() local
2384 conv_hdlr = xmlFindCharEncodingHandler(txt_encoding); in xmlDocDumpFormatMemoryEnc()
2385 if ( conv_hdlr == NULL ) { in xmlDocDumpFormatMemoryEnc()
2392 if ((out_buff = xmlAllocOutputBuffer(conv_hdlr)) == NULL ) { in xmlDocDumpFormatMemoryEnc()