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

/dovecot/src/lib-dict-extra/
H A Ddict-fs.c20 unsigned int path_idx; member in struct:fs_dict_iterate_context
165 if (iter->paths[++iter->path_idx] == NULL)
167 path = fs_dict_get_full_key(dict, iter->paths[iter->path_idx]);
176 path = t_strconcat(iter->paths[iter->path_idx], *key_r, NULL);
/dovecot/src/lib-dict-backend/
H A Ddict-sql.c48 unsigned int path_idx, sql_fields_start_idx, next_map_idx; member in struct:sql_dict_iterate_context
626 if (dict_sql_map_match(&maps[i], ctx->paths[ctx->path_idx],
635 str_append(ctx->key, ctx->paths[ctx->path_idx]);
641 ctx->path_idx++;
642 if (ctx->paths[ctx->path_idx] != NULL)
705 ctx->paths[ctx->path_idx][0],
743 unsigned int path_idx = ctx->path_idx; local
754 ctx->paths[path_idx], error);

Completed in 21 milliseconds