Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
DxmlIO.h141 struct _xmlOutputBuffer { struct
142 void* context;
143 xmlOutputWriteCallback writecallback;
144 xmlOutputCloseCallback closecallback;
146 xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */
148 xmlBufPtr buffer; /* Local buffer encoded in UTF-8 or ISOLatin */
149 xmlBufPtr conv; /* if encoder != NULL buffer for output */
150 int written; /* total number of byte written */
151 int error;
/third_party/gettext/gnulib-local/lib/libxml/
DxmlIO.in.h170 struct _xmlOutputBuffer { struct
171 void* context;
172 xmlOutputWriteCallback writecallback;
173 xmlOutputCloseCallback closecallback;
175 xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */
177 xmlBufPtr buffer; /* Local buffer encoded in UTF-8 or ISOLatin */
178 xmlBufPtr conv; /* if encoder != NULL buffer for output */
179 int written; /* total number of byte written */
180 int error;