Searched refs:group_list_max_len (Results 1 – 2 of 2) sorted by relevance
239 if (ctx->group_list_max_len == ctx->group_list_len) { in add_provider_groups()242 if (ctx->group_list_max_len == 0) in add_provider_groups()247 (ctx->group_list_max_len in add_provider_groups()255 memset(tmp + ctx->group_list_max_len, in add_provider_groups()258 ctx->group_list_max_len += TLS_GROUP_LIST_MALLOC_BLOCK_SIZE; in add_provider_groups()
1201 size_t group_list_max_len; member