Lines Matching defs:sz_max
202 * @sz_max: maximum number of array elements to read, if zero there is no
214 * if the property data is smaller than sz_min or longer than sz_max.
220 size_t sz_min, size_t sz_max)
225 (sz_max * sizeof(*out_values)),
231 if (!sz_max)
252 * @sz_max: maximum number of array elements to read, if zero there is no
264 * if the property data is smaller than sz_min or longer than sz_max.
270 size_t sz_min, size_t sz_max)
275 (sz_max * sizeof(*out_values)),
281 if (!sz_max)
302 * @sz_max: maximum number of array elements to read, if zero there is no
311 * if the property data is smaller than sz_min or longer than sz_max.
317 size_t sz_min, size_t sz_max)
322 (sz_max * sizeof(*out_values)),
328 if (!sz_max)
380 * @sz_max: maximum number of array elements to read, if zero there is no
389 * if the property data is smaller than sz_min or longer than sz_max.
395 size_t sz_min, size_t sz_max)
400 (sz_max * sizeof(*out_values)),
406 if (!sz_max)