Searched defs:_xmlBuf (Results 1 – 2 of 2) sorted by relevance
43 struct _xmlBuf { struct44 xmlChar *content; /* The buffer content UTF8 */45 unsigned int compat_use; /* for binary compatibility */46 unsigned int compat_size; /* for binary compatibility */47 xmlBufferAllocationScheme alloc; /* The realloc method */48 xmlChar *contentIO; /* in IO mode we may have a different base */49 size_t use; /* The buffer size used */50 size_t size; /* The buffer size */51 xmlBufferPtr buffer; /* wrapper for an old buffer */52 int error; /* an error code if a failure occurred */
47 struct _xmlBuf { struct48 xmlChar *content; /* The buffer content UTF8 */50 unsigned int compat_use; /* for binary compatibility */51 unsigned int compat_size; /* for binary compatibility */53 xmlChar *mem; /* Start of the allocation */54 size_t use; /* The buffer size used */55 size_t size; /* The buffer size, excluding terminating 0 */56 size_t maxSize; /* The maximum buffer size */57 unsigned flags; /* flags */