Home
last modified time | relevance | path

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

/external/cronet/third_party/libxml/src/
Dbuf.c45 struct _xmlBuf { struct
46 xmlChar *content; /* The buffer content UTF8 */
47 unsigned int compat_use; /* for binary compatibility */
48 unsigned int compat_size; /* for binary compatibility */
49 xmlBufferAllocationScheme alloc; /* The realloc method */
50 xmlChar *contentIO; /* in IO mode we may have a different base */
51 size_t use; /* The buffer size used */
52 size_t size; /* The buffer size */
53 xmlBufferPtr buffer; /* wrapper for an old buffer */
54 int error; /* an error code if a failure occurred */
/external/libxml2/
Dbuf.c45 struct _xmlBuf { struct
46 xmlChar *content; /* The buffer content UTF8 */
47 unsigned int compat_use; /* for binary compatibility */
48 unsigned int compat_size; /* for binary compatibility */
49 xmlBufferAllocationScheme alloc; /* The realloc method */
50 xmlChar *contentIO; /* in IO mode we may have a different base */
51 size_t use; /* The buffer size used */
52 size_t size; /* The buffer size */
53 xmlBufferPtr buffer; /* wrapper for an old buffer */
54 int error; /* an error code if a failure occurred */