.\" Automatically generated man page, do not edit .TH QB_ARRAY_GROW 3 2023-07-21 "LIBQB" "libqb Programmer's Manual" .SH NAME qb_array_grow \- Grow the array. .SH SYNOPSIS .nf .B #include .sp \fBint32_t qb_array_grow\fP( \fBqb_array_t *\fP\fIa\fP,\fR /* array instance */ \fBsize_t \fP\fImax_elements\fP\fR /* the new maximum size of the array */ ); .fi .SH PARAMS \fBa \fP\fIarray instance \fP .PP \fBmax_elements \fP\fIthe new maximum size of the array \fP .PP .SH DESCRIPTION .RE .SH RETURN VALUE .PP (0 == success, else -errno) .PP .SH SEE ALSO .PP .nh .ad l \fIqb_array_elems_per_bin_get\fR(3), \fIqb_array_new_bin_cb_set\fR(3), \fIqb_array_create\fR(3), \fIqb_array_num_bins_get\fR(3), \fIqb_array_index\fR(3), \fIqb_array_create_2\fR(3), \fIqb_array_free\fR(3) .ad .hy .SH "COPYRIGHT" .PP Copyright (C) 2010-2020 Red Hat, Inc.