Searched refs:cur_map (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-dict-backend/
H A Ddict-sql-settings.c28 struct dict_sql_map cur_map; member in struct:setting_parser_ctx
90 pattern = t_str_new(strlen(ctx->cur_map.pattern) + 1);
93 p_array_init(&ctx->cur_map.sql_fields, ctx->pool, count);
94 for (p = ctx->cur_map.pattern; *p != '\0';) {
116 array_append(&ctx->cur_map.sql_fields,
130 ctx->cur_map.pattern = p_strdup(ctx->pool, str_c(pattern));
154 if (ctx->cur_map.pattern == NULL)
156 if (ctx->cur_map.table == NULL)
158 if (ctx->cur_map.value_field == NULL)
161 ctx->cur_map
[all...]
H A Ddict-ldap-settings.c33 struct dict_ldap_map cur_map; member in struct:setting_parser_ctx
92 pattern = t_str_new(strlen(ctx->cur_map.pattern) + 1);
95 p_array_init(&ctx->cur_map.ldap_attributes, ctx->pool, count);
96 for (p = ctx->cur_map.pattern; *p != '\0';) {
118 array_append(&ctx->cur_map.ldap_attributes,
132 ctx->cur_map.pattern = p_strdup(ctx->pool, str_c(pattern));
138 if (ctx->cur_map.pattern == NULL)
140 if (ctx->cur_map.filter == NULL)
141 ctx->cur_map.filter = dict_ldap_empty_filter;
142 if (*ctx->cur_map
[all...]

Completed in 10 milliseconds