Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlsave.c2368 xmlCharEncodingHandlerPtr conv_hdlr = NULL; in xmlDocDumpFormatMemoryEnc() local
2395 conv_hdlr = xmlFindCharEncodingHandler(txt_encoding); in xmlDocDumpFormatMemoryEnc()
2396 if ( conv_hdlr == NULL ) { in xmlDocDumpFormatMemoryEnc()
2403 if ((out_buff = xmlAllocOutputBuffer(conv_hdlr)) == NULL ) { in xmlDocDumpFormatMemoryEnc()