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

  /external/libxml2/
buf.c 46 unsigned int compat_size; /* for binary compatibility */ member in struct:_xmlBuf
61 if (buf->size < INT_MAX) buf->compat_size = buf->size; \
62 else buf->compat_size = INT_MAX; \
72 if (buf->size != (size_t) buf->compat_size) \
73 if (buf->compat_size < INT_MAX) \
74 buf->size = buf->compat_size; \
135 ret->compat_size = xmlDefaultBufferSize;
170 ret->compat_size = (int) ret->size;
213 buf->compat_size = 0;
244 ret->compat_size = size
    [all...]

Completed in 104 milliseconds