param_context      25 source4/param/generic.c struct param_section *param_get_section(struct param_context *ctx, const char *name)
param_context      53 source4/param/generic.c struct param_opt *param_get (struct param_context *ctx, const char *name, const char *section_name)
param_context      62 source4/param/generic.c struct param_section *param_add_section(struct param_context *ctx, const char *section_name)
param_context      75 source4/param/generic.c struct param_opt *param_get_add(struct param_context *ctx, const char *name, const char *section_name)
param_context     102 source4/param/generic.c const char *param_get_string(struct param_context *ctx, const char *param, const char *section)
param_context     112 source4/param/generic.c int param_set_string(struct param_context *ctx, const char *param, const char *value, const char *section)
param_context     124 source4/param/generic.c const char **param_get_string_list(struct param_context *ctx, const char *param, const char *separator, const char *section)
param_context     134 source4/param/generic.c int param_set_string_list(struct param_context *ctx, const char *param, const char **list, const char *section)
param_context     143 source4/param/generic.c int param_get_int(struct param_context *ctx, const char *param, int default_v, const char *section)
param_context     153 source4/param/generic.c void param_set_int(struct param_context *ctx, const char *param, int value, const char *section)
param_context     163 source4/param/generic.c unsigned long param_get_ulong(struct param_context *ctx, const char *param, unsigned long default_v, const char *section)
param_context     173 source4/param/generic.c void param_set_ulong(struct param_context *ctx, const char *name, unsigned long value, const char *section)
param_context     231 source4/param/generic.c int param_read(struct param_context *ctx, const char *fn)
param_context     245 source4/param/generic.c int param_use(struct loadparm_context *lp_ctx, struct param_context *ctx)
param_context     268 source4/param/generic.c int param_write(struct param_context *ctx, const char *fn)
param_context     336 source4/param/param.h struct param_section *param_get_section(struct param_context *ctx, const char *name);
param_context     339 source4/param/param.h struct param_opt *param_get (struct param_context *ctx, const char *name, const char *section_name);
param_context     340 source4/param/param.h struct param_section *param_add_section(struct param_context *ctx, const char *section_name);
param_context     341 source4/param/param.h struct param_opt *param_get_add(struct param_context *ctx, const char *name, const char *section_name);
param_context     342 source4/param/param.h const char *param_get_string(struct param_context *ctx, const char *param, const char *section);
param_context     343 source4/param/param.h int param_set_string(struct param_context *ctx, const char *param, const char *value, const char *section);
param_context     344 source4/param/param.h const char **param_get_string_list(struct param_context *ctx, const char *param, const char *separator, const char *section);
param_context     345 source4/param/param.h int param_set_string_list(struct param_context *ctx, const char *param, const char **list, const char *section);
param_context     346 source4/param/param.h int param_get_int(struct param_context *ctx, const char *param, int default_v, const char *section);
param_context     347 source4/param/param.h void param_set_int(struct param_context *ctx, const char *param, int value, const char *section);
param_context     348 source4/param/param.h unsigned long param_get_ulong(struct param_context *ctx, const char *param, unsigned long default_v, const char *section);
param_context     349 source4/param/param.h void param_set_ulong(struct param_context *ctx, const char *name, unsigned long value, const char *section);
param_context     351 source4/param/param.h int param_read(struct param_context *ctx, const char *fn);
param_context     352 source4/param/param.h int param_use(struct loadparm_context *lp_ctx, struct param_context *ctx);
param_context     353 source4/param/param.h int param_write(struct param_context *ctx, const char *fn);