Searched refs:compat_use (Results 1 – 1 of 1) sorted by relevance
45 unsigned int compat_use; /* for binary compatibility */ member63 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()[all …]