Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h90 struct _xmlBuffer { struct
91 xmlChar *content; /* The buffer content UTF8 */
92 unsigned int use; /* The buffer size used */
93 unsigned int size; /* The buffer size */
94 xmlBufferAllocationScheme alloc; /* The realloc method */
95 xmlChar *contentIO; /* in IO mode we may have a different base */
/external/chromium_org/third_party/libxml/src/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 */