Searched refs:config_filter_parser (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/config/
H A Dconfig-filter.h19 struct config_filter_parser { struct
25 ARRAY_DEFINE_TYPE(config_filter_parsers, struct config_filter_parser *);
32 struct config_filter_parser *const *parsers);
44 struct config_filter_parser *const *
H A Dconfig-filter.c13 struct config_filter_parser *const *parsers;
134 struct config_filter_parser *const *parsers)
140 config_filter_parser_cmp(struct config_filter_parser *const *p1,
141 struct config_filter_parser *const *p2)
170 config_filter_parser_cmp_rev(struct config_filter_parser *const *p1,
171 struct config_filter_parser *const *p2)
187 static bool have_changed_settings(const struct config_filter_parser *parser,
208 static struct config_filter_parser *const *
254 struct config_filter_parser *const *
308 const struct config_filter_parser *sr
[all...]
H A Dconfig-parser-private.h47 ARRAY(struct config_filter_parser *) all_parsers;
H A Dconfig-parser.c197 struct config_filter_parser *parser;
199 parser = p_new(ctx->pool, struct config_filter_parser, 1);
232 static struct config_filter_parser *
236 struct config_filter_parser *const *parsers;
239 struct config_filter_parser *parser = *parsers;
300 struct config_filter_parser *parser;
392 get_str_setting(struct config_filter_parser *parser, const char *key,
417 struct config_filter_parser *const *parsers;
H A Ddoveconf.c408 struct config_filter_parser *const *filters;

Completed in 17 milliseconds