Home
last modified time | relevance | path

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

/external/libxml2/
Dbuf.c45 unsigned int compat_size; /* for binary compatibility */ member
60 if (buf->size < INT_MAX) buf->compat_size = buf->size; \
61 else buf->compat_size = INT_MAX; \
71 if (buf->size != (size_t) buf->compat_size) \
72 if (buf->compat_size < INT_MAX) \
73 buf->size = buf->compat_size; \
134 ret->compat_size = xmlDefaultBufferSize; in xmlBufCreate()
169 ret->compat_size = (int) ret->size; in xmlBufCreateSize()
212 buf->compat_size = 0; in xmlBufDetach()
243 ret->compat_size = size; in xmlBufCreateStatic()
[all …]