Home
last modified time | relevance | path

Searched defs:_xmlBuffer (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h87 struct _xmlBuffer { struct
88 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 */