Lines Matching defs:srv_opts
1275 struct sdap_server_opts **srv_opts)
1438 *srv_opts = so;
1443 struct sdap_server_opts **srv_opts)
1445 if (!id_ctx || !srv_opts || !*srv_opts) {
1449 if (!id_ctx->srv_opts) {
1450 id_ctx->srv_opts = talloc_move(id_ctx, srv_opts);
1456 if (strcmp(id_ctx->srv_opts->server_id, (*srv_opts)->server_id) == 0) {
1457 talloc_zfree(*srv_opts);
1461 talloc_zfree(id_ctx->srv_opts);
1462 id_ctx->srv_opts = talloc_move(id_ctx, srv_opts);