Searched defs:_xmlBuf (Results 1 – 2 of 2) sorted by relevance
45 struct _xmlBuf { struct46 xmlChar *content; /* The buffer content UTF8 */47 unsigned int compat_use; /* for binary compatibility */48 unsigned int compat_size; /* for binary compatibility */49 xmlBufferAllocationScheme alloc; /* The realloc method */50 xmlChar *contentIO; /* in IO mode we may have a different base */51 size_t use; /* The buffer size used */52 size_t size; /* The buffer size */53 xmlBufferPtr buffer; /* wrapper for an old buffer */54 int error; /* an error code if a failure occurred */