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