dssync_context     48 source3/libnet/libnet_dssync.c 	struct dssync_context *ctx;
dssync_context     50 source3/libnet/libnet_dssync.c 	ctx = TALLOC_ZERO_P(mem_ctx, struct dssync_context);
dssync_context     21 source3/libnet/libnet_dssync.h struct dssync_context;
dssync_context     24 source3/libnet/libnet_dssync.h 	NTSTATUS (*startup)(struct dssync_context *ctx, TALLOC_CTX *mem_ctx,
dssync_context     26 source3/libnet/libnet_dssync.h 	NTSTATUS (*process_objects)(struct dssync_context *ctx,
dssync_context     30 source3/libnet/libnet_dssync.h 	NTSTATUS (*finish)(struct dssync_context *ctx, TALLOC_CTX *mem_ctx,
dssync_context    416 source3/utils/net_rpc_samsync.c 	struct dssync_context *ctx = NULL;