smbconf_ctx        23 lib/smbconf/smbconf.h struct smbconf_ctx;
smbconf_ctx        30 lib/smbconf/smbconf_private.h 	WERROR (*init)(struct smbconf_ctx *ctx, const char *path);
smbconf_ctx        31 lib/smbconf/smbconf_private.h 	int (*shutdown)(struct smbconf_ctx *ctx);
smbconf_ctx        32 lib/smbconf/smbconf_private.h 	bool (*requires_messaging)(struct smbconf_ctx *ctx);
smbconf_ctx        33 lib/smbconf/smbconf_private.h 	bool (*is_writeable)(struct smbconf_ctx *ctx);
smbconf_ctx        34 lib/smbconf/smbconf_private.h 	WERROR (*open_conf)(struct smbconf_ctx *ctx);
smbconf_ctx        35 lib/smbconf/smbconf_private.h 	int (*close_conf)(struct smbconf_ctx *ctx);
smbconf_ctx        36 lib/smbconf/smbconf_private.h 	void (*get_csn)(struct smbconf_ctx *ctx, struct smbconf_csn *csn,
smbconf_ctx        38 lib/smbconf/smbconf_private.h 	WERROR (*drop)(struct smbconf_ctx *ctx);
smbconf_ctx        39 lib/smbconf/smbconf_private.h 	WERROR (*get_share_names)(struct smbconf_ctx *ctx,
smbconf_ctx        43 lib/smbconf/smbconf_private.h 	bool (*share_exists)(struct smbconf_ctx *ctx, const char *service);
smbconf_ctx        44 lib/smbconf/smbconf_private.h 	WERROR (*create_share)(struct smbconf_ctx *ctx, const char *service);
smbconf_ctx        45 lib/smbconf/smbconf_private.h 	WERROR (*get_share)(struct smbconf_ctx *ctx,
smbconf_ctx        49 lib/smbconf/smbconf_private.h 	WERROR (*delete_share)(struct smbconf_ctx *ctx,
smbconf_ctx        51 lib/smbconf/smbconf_private.h 	WERROR (*set_parameter)(struct smbconf_ctx *ctx,
smbconf_ctx        55 lib/smbconf/smbconf_private.h 	WERROR (*get_parameter)(struct smbconf_ctx *ctx,
smbconf_ctx        60 lib/smbconf/smbconf_private.h 	WERROR (*delete_parameter)(struct smbconf_ctx *ctx,
smbconf_ctx        62 lib/smbconf/smbconf_private.h 	WERROR (*get_includes)(struct smbconf_ctx *ctx,
smbconf_ctx        66 lib/smbconf/smbconf_private.h 	WERROR (*set_includes)(struct smbconf_ctx *ctx,
smbconf_ctx        69 lib/smbconf/smbconf_private.h 	WERROR (*delete_includes)(struct smbconf_ctx *ctx,
smbconf_ctx        71 lib/smbconf/smbconf_private.h 	WERROR (*transaction_start)(struct smbconf_ctx *ctx);
smbconf_ctx        72 lib/smbconf/smbconf_private.h 	WERROR (*transaction_commit)(struct smbconf_ctx *ctx);
smbconf_ctx        73 lib/smbconf/smbconf_private.h 	WERROR (*transaction_cancel)(struct smbconf_ctx *ctx);
smbconf_ctx        23 lib/smbconf/smbconf_txt.h struct smbconf_ctx;
smbconf_ctx        46 lib/smbconf/smbconf_util.c 	struct smbconf_ctx *ctx;
smbconf_ctx        52 lib/smbconf/smbconf_util.c 	ctx = talloc_zero(mem_ctx, struct smbconf_ctx);
smbconf_ctx       538 source3/lib/netapi/serverinfo.c 	struct smbconf_ctx *conf_ctx;
smbconf_ctx        23 source3/lib/smbconf/smbconf_init.h struct smbconf_ctx;
smbconf_ctx        23 source3/lib/smbconf/smbconf_reg.h struct smbconf_ctx;
smbconf_ctx       204 source3/lib/smbconf/testsuite.c 	struct smbconf_ctx *conf_ctx = NULL;
smbconf_ctx       245 source3/lib/smbconf/testsuite.c 	struct smbconf_ctx *conf_ctx = NULL;
smbconf_ctx      1269 source3/libnet/libnet_join.c 	struct smbconf_ctx *ctx;
smbconf_ctx      1315 source3/libnet/libnet_join.c 	struct smbconf_ctx *ctx;
smbconf_ctx      6764 source3/param/loadparm.c static struct smbconf_ctx *lp_smbconf_ctx(void)
smbconf_ctx      6767 source3/param/loadparm.c 	static struct smbconf_ctx *conf_ctx = NULL;
smbconf_ctx      6816 source3/param/loadparm.c 	struct smbconf_ctx *conf_ctx = lp_smbconf_ctx();
smbconf_ctx      6876 source3/param/loadparm.c 	struct smbconf_ctx *conf_ctx = lp_smbconf_ctx();
smbconf_ctx      7009 source3/param/loadparm.c 			struct smbconf_ctx *conf_ctx = lp_smbconf_ctx();
smbconf_ctx       289 source3/utils/net_conf.c 	struct smbconf_ctx *txt_ctx;
smbconf_ctx      1068 source3/utils/net_conf.c 	struct smbconf_ctx *conf_ctx;
smbconf_ctx      1091 source3/utils/net_conf.c 	int (*fn)(struct net_context *c, struct smbconf_ctx *ctx, int argc,