Home | History | Annotate | Download | only in libxml

Lines Matching defs:buffer

47  * @buffer:  the buffer to store data read
48 * @len: the length of the buffer in bytes
54 typedef int (XMLCALL *xmlInputReadCallback) (void * context, char * buffer, int len);
93 * @buffer: the buffer of data to write
94 * @len: the length of the buffer in bytes
100 typedef int (XMLCALL *xmlOutputWriteCallback) (void * context, const char * buffer,
132 xmlBufPtr buffer; /* Local buffer encoded in UTF-8 */
133 xmlBufPtr raw; /* if encoder != NULL buffer for raw input */
148 xmlBufPtr buffer; /* Local buffer encoded in UTF-8 or ISOLatin */
149 xmlBufPtr conv; /* if encoder != NULL buffer for output */
235 xmlOutputBufferCreateBuffer (xmlBufferPtr buffer,
320 char * buffer,
340 char * buffer,
356 char * buffer,