Searched refs:tplmax (Results 1 – 1 of 1) sorted by relevance
1240 size_t tplmax; /* The memory allocation chunk size for the tuple counters */ member1540 if (garg->tplcnt == garg->tplmax) { in tuple_cb()1542 (garg->tplmax + GROUPLIST_INCREMENT) * sizeof(*garg->tuplcnt_arr)); in tuple_cb()1546 garg->tplmax += GROUPLIST_INCREMENT; in tuple_cb()1605 gcb.tplmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()1613 gcb.tuplcnt_arr = OPENSSL_malloc(gcb.tplmax * sizeof(*gcb.tuplcnt_arr)); in tls1_set_groups_list()