Searched defs:_xmlBuf (Results 1 – 3 of 3) sorted by relevance
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 */