Home
last modified time | relevance | path

Searched defs:_xmlOutputBuffer (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/libxml/src/include/libxml/
DxmlIO.h160 struct _xmlOutputBuffer { struct
161 void* context;
162 xmlOutputWriteCallback writecallback;
163 xmlOutputCloseCallback closecallback;
165 xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */
167 xmlBufPtr buffer; /* Local buffer encoded in UTF-8 or ISOLatin */
168 xmlBufPtr conv; /* if encoder != NULL buffer for output */
169 int written; /* total number of byte written */
170 int error;
/external/libxml2/include/libxml/
DxmlIO.h160 struct _xmlOutputBuffer { struct
161 void* context;
162 xmlOutputWriteCallback writecallback;
163 xmlOutputCloseCallback closecallback;
165 xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */
167 xmlBufPtr buffer; /* Local buffer encoded in UTF-8 or ISOLatin */
168 xmlBufPtr conv; /* if encoder != NULL buffer for output */
169 int written; /* total number of byte written */
170 int error;