Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/libxml/src/
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 */
/external/libxml2/
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 */
/external/cronet/stable/third_party/libxml/src/
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 */