Lines Matching refs:proto_algs
249 alg = protos[i].proto_algs[j];
387 proto->proto_algs[i]->a_names;
397 freeipsecalgent(proto->proto_algs[i]);
402 proto->proto_algs[i - 1] = proto->proto_algs[i];
444 curalg = proto->proto_algs[i];
525 if (current_proto->proto_algs[i]->a_alg_num ==
536 current_proto->proto_algs[i]);
537 current_proto->proto_algs[i] = clone;
552 holder = realloc(current_proto->proto_algs,
565 current_proto->proto_algs = holder;
566 current_proto->proto_algs[i] = clone;
607 if (current_proto->proto_algs[i]->a_alg_num ==
610 freeipsecalgent(current_proto->proto_algs[i]);
613 current_proto->proto_algs[i - 1] =
614 current_proto->proto_algs[i];
639 freeipsecalgent(proto->proto_algs[i]);
702 new_proto->proto_algs = NULL;