Home | History | Annotate | Download | only in libxml2

Lines Matching full:compat_use

44     unsigned int compat_use;    /* for binary compatibility */
62 if (buf->use < INT_MAX) buf->compat_use = buf->use; \
63 else buf->compat_use = INT_MAX;
74 if (buf->use != (size_t) buf->compat_use) \
75 if (buf->compat_use < INT_MAX) \
76 buf->use = buf->compat_use;
129 ret->compat_use = 0;
163 ret->compat_use = 0;
211 buf->compat_use = 0;
242 ret->compat_use = size;
245 ret->compat_use = INT_MAX;
1139 ret->compat_use = buffer->use;