Searched refs:tplmax (Results 1 – 1 of 1) sorted by relevance
1240 size_t tplmax; /* The memory allocation chunk size for the tuple counters */ member1530 if (garg->tplcnt == garg->tplmax) { in grow_tuples()1531 size_t newcnt = garg->tplmax + GROUPLIST_INCREMENT; in grow_tuples()1539 garg->tplmax = newcnt; in grow_tuples()1621 gcb.tplmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()1629 gcb.tuplcnt_arr = OPENSSL_malloc(gcb.tplmax * sizeof(*gcb.tuplcnt_arr)); in tls1_set_groups_list()