Searched defs:_xmlBuffer (Results 1 – 1 of 1) sorted by relevance
87 struct _xmlBuffer { struct88 xmlChar *content; /* The buffer content UTF8 */89 unsigned int use; /* The buffer size used */90 unsigned int size; /* The buffer size */91 xmlBufferAllocationScheme alloc; /* The realloc method */92 xmlChar *contentIO; /* in IO mode we may have a different base */