Lines Matching refs:compat_use
45 unsigned int compat_use; /* for binary compatibility */ member
63 if (buf->use < INT_MAX) buf->compat_use = buf->use; \
64 else buf->compat_use = INT_MAX;
75 if (buf->use != (size_t) buf->compat_use) \
76 if (buf->compat_use < INT_MAX) \
77 buf->use = buf->compat_use;
130 ret->compat_use = 0; in xmlBufCreate()
164 ret->compat_use = 0; in xmlBufCreateSize()
212 buf->compat_use = 0; in xmlBufDetach()
243 ret->compat_use = size; in xmlBufCreateStatic()
246 ret->compat_use = INT_MAX; in xmlBufCreateStatic()
1180 ret->compat_use = buffer->use; in xmlBufFromBuffer()