Searched refs:compat_use (Results 1 – 2 of 2) sorted by relevance
49 unsigned int compat_use; /* for binary compatibility */ member67 if (buf->use < INT_MAX) buf->compat_use = buf->use; \68 else buf->compat_use = INT_MAX;79 if (buf->use != (size_t) buf->compat_use) \80 if (buf->compat_use < INT_MAX) \81 buf->use = buf->compat_use;134 ret->compat_use = 0; in xmlBufCreate()170 ret->compat_use = 0; in xmlBufCreateSize()218 buf->compat_use = 0; in xmlBufDetach()249 ret->compat_use = size; in xmlBufCreateStatic()[all …]
97318 - ret->compat_use = 0;97339 - ret->compat_use = 0;97355 - buf->compat_use = 0;97366 - ret->compat_use = size;97369 - ret->compat_use = INT_MAX;97523 - ret->compat_use = buffer->use;