Searched defs:strlist_info (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-settings/
H A Dsettings-parser.c57 static const struct setting_parser_info strlist_info = { variable in typeref:struct:setting_parser_info
584 i_assert(info->defines != NULL || info == &strlist_info);
597 if (info == &strlist_info) {
713 ctx->prev_info = &strlist_info;
714 if (get_deflist(ctx, link, NULL, &strlist_info, key, value,
789 if (link->info == &strlist_info) {
852 i_assert(link->info == &strlist_info);
883 i_assert(link->info == &strlist_info);
1250 i_assert(link->info == &strlist_info);

Completed in 568 milliseconds