Searched refs:compat_use (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dbuf.c45 unsigned int compat_use; /* for binary compatibility */ member in struct:_xmlBuf
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;
164 ret->compat_use = 0;
212 buf->compat_use = 0;
243 ret->compat_use
[all...]

Completed in 110 milliseconds