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

/dovecot/src/lib-dict-extra/
H A Ddict-fs.c82 static int fs_dict_lookup(struct dict *_dict, pool_t pool, const char *key, function
177 if ((ret = fs_dict_lookup(ctx->dict, iter->value_pool, path, value_r, &error)) < 0) {
287 .lookup = fs_dict_lookup,
/dovecot/src/lib-fs/
H A Dfs-dict.c146 static int fs_dict_lookup(struct dict_fs_file *file) function
175 if (fs_dict_lookup(file) < 0)
255 if (fs_dict_lookup(file) < 0)

Completed in 1894 milliseconds