Lines Matching refs:size_max
66 * The size_max field determines several possible behaviours:
68 * size_max = -1 (= UINT_MAX) or any large value will let the buffer be
71 * size_max = 0 prevents writing anything to the buffer: only the total
74 * (using size_init = size_max = len + 1).
76 * size_max = 1 is automatically replaced by the exact size available in the
86 unsigned size_max; /**< maximum allocated memory */
91 * Convenience macros for special values for av_bprint_init() size_max
103 * @param size_max maximum size;
111 void av_bprint_init(AVBPrint *buf, unsigned size_init, unsigned size_max);
158 * the bprint buffer is near the limit stated by the size_max option.
183 * or the size_max limit (compare size and size_max if necessary).