Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dbuf.c43 struct _xmlBuf { struct
44 xmlChar *content; /* The buffer content UTF8 */
45 unsigned int compat_use; /* for binary compatibility */
46 unsigned int compat_size; /* for binary compatibility */
47 xmlBufferAllocationScheme alloc; /* The realloc method */
48 xmlChar *contentIO; /* in IO mode we may have a different base */
49 size_t use; /* The buffer size used */
50 size_t size; /* The buffer size */
51 xmlBufferPtr buffer; /* wrapper for an old buffer */
52 int error; /* an error code if a failure occurred */
/aosp_15_r20/external/libxml2/
H A Dbuf.c47 struct _xmlBuf { struct
48 xmlChar *content; /* The buffer content UTF8 */
50 unsigned int compat_use; /* for binary compatibility */
51 unsigned int compat_size; /* for binary compatibility */
53 xmlChar *mem; /* Start of the allocation */
54 size_t use; /* The buffer size used */
55 size_t size; /* The buffer size, excluding terminating 0 */
56 size_t maxSize; /* The maximum buffer size */
57 unsigned flags; /* flags */