Home
last modified time | relevance | path

Searched refs:compat_size (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dbuf.c46 unsigned int compat_size; /* for binary compatibility */ member
61 if (buf->size < INT_MAX) buf->compat_size = buf->size; \
62 else buf->compat_size = INT_MAX; \
72 if (buf->size != (size_t) buf->compat_size) \
73 if (buf->compat_size < INT_MAX) \
74 buf->size = buf->compat_size; \
135 ret->compat_size = xmlDefaultBufferSize; in xmlBufCreate()
170 ret->compat_size = (int) ret->size; in xmlBufCreateSize()
213 buf->compat_size = 0; in xmlBufDetach()
244 ret->compat_size = size; in xmlBufCreateStatic()
[all …]