Lines Matching refs:slots_used
1102 size_t slots_used;
1114 if (ctx->slots_used >= sizeof(ctx->slots) / sizeof(*ctx->slots)) {
1117 ctx->slots[ctx->slots_used].cert = cert;
1118 ctx->slots[ctx->slots_used].pk = pk;
1119 ctx->slots[ctx->slots_used].delay = delay;
1120 ctx->slots[ctx->slots_used].pk_owned = pk_take_ownership;
1121 ++ctx->slots_used;
1177 for (slot = 0; slot < config_data->slots_used; slot++) {
1184 if (slot == config_data->slots_used) {
4250 for (i = 0; (size_t) i < ssl_async_keys.slots_used; i++) {