HomeSort by relevance Sort by last modified time
    Searched full:compat_use (Results 1 - 1 of 1) sorted by null

  /external/libxml2/
buf.c 44 unsigned int compat_use; /* for binary compatibility */ member in struct:_xmlBuf
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
    [all...]

Completed in 2699 milliseconds