Lines Matching defs:server_common
55 struct server_common *server_common_list;
94 struct server_common *common;
99 struct server_common {
104 struct server_common *prev;
105 struct server_common *next;
132 struct server_common *server_common;
488 struct server_common **_common)
490 struct server_common *common;
494 *_common = rc_reference(mem_ctx, struct server_common, common);
506 struct server_common *common;
508 common = talloc_get_type(memptr, struct server_common);
519 static struct server_common *
522 struct server_common *common;
524 common = rc_alloc(mem_ctx, struct server_common);
544 DLIST_ADD_END(ctx->server_common_list, common, struct server_common *);
945 DLIST_REMOVE(request->server_common->request_list, request);
962 request->server_common = rc_reference(request, struct server_common,
964 if (request->server_common == NULL) {
1071 static void set_server_common_status(struct server_common *common,
1175 struct server_common *common = tevent_req_callback_data(subreq,
1176 struct server_common);
1499 set_server_common_status(struct server_common *common,