Searched refs:settings_parser_check (Results 1 - 7 of 7) sorted by relevance
/dovecot/src/lib-settings/ |
H A D | settings-parser.h | 174 bool settings_parser_check(struct setting_parser_context *ctx, pool_t pool, 188 This is mainly useful when you want to run settings_parser_check() without
|
H A D | settings-parser.c | 1220 bool settings_parser_check(struct setting_parser_context *ctx, pool_t pool, function
|
/dovecot/src/auth/ |
H A D | auth-settings.c | 542 if (!settings_parser_check(set_parser, pool, &error))
|
/dovecot/src/config/ |
H A D | config-request.c | 492 if (!settings_parser_check(parser->parser, ctx->pool,
|
H A D | config-parser.c | 377 ok = settings_parser_check(p->parser, ctx->pool, &error);
|
/dovecot/src/lib-master/ |
H A D | master-service-settings.c | 572 if (!settings_parser_check(parser, service->set_pool, &error)) {
|
/dovecot/src/lib-storage/ |
H A D | mail-storage-service.c | 1376 if (ret > 0 && !settings_parser_check(user->set_parser, user_pool, &error)) {
|
Completed in 32 milliseconds