Searched defs:_xmlBuffer (Results 1 – 1 of 1) sorted by relevance
86 struct _xmlBuffer { struct87 xmlChar *content; /* The buffer content UTF8 */88 unsigned int use; /* The buffer size used */89 unsigned int size; /* The buffer size */90 xmlBufferAllocationScheme alloc; /* The realloc method */