Searched refs:gidmax (Results 1 – 1 of 1) sorted by relevance
1237 size_t gidmax; /* The memory allocation chunk size for the group IDs */ member1384 if (garg->gidcnt == garg->gidmax) { in gid_cb()1386 (garg->gidmax + GROUPLIST_INCREMENT) * sizeof(*garg->gid_arr)); in gid_cb()1391 garg->gidmax += GROUPLIST_INCREMENT; in gid_cb()1620 gcb.gidmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()1626 gcb.gid_arr = OPENSSL_malloc(gcb.gidmax * sizeof(*gcb.gid_arr)); in tls1_set_groups_list()