Searched refs:tplmax (Results 1 – 1 of 1) sorted by relevance
1240 size_t tplmax; /* Allocated length of tuplcnt_arr */ member1543 if (garg->tplcnt + 1 == garg->tplmax) { in grow_tuples()1544 size_t newcnt = garg->tplmax + GROUPLIST_INCREMENT; in grow_tuples()1552 garg->tplmax = newcnt; in grow_tuples()1644 gcb.tplmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()1652 gcb.tuplcnt_arr = OPENSSL_malloc(gcb.tplmax * sizeof(*gcb.tuplcnt_arr)); in tls1_set_groups_list()