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

/external/libxml2/
H A Dxmlsave.c2178 xmlCharEncodingHandlerPtr conv_hdlr = NULL; local
2205 conv_hdlr = xmlFindCharEncodingHandler(txt_encoding);
2206 if ( conv_hdlr == NULL ) {
2213 if ((out_buff = xmlAllocOutputBuffer(conv_hdlr)) == NULL ) {

Completed in 107 milliseconds