Searched refs:dict_iterate (Results 1 - 11 of 11) sorted by relevance

/dovecot/src/lib-dict/
H A Dtest-dict-client.c89 while (dict_iterate(iter, &k, &v)) ;
H A Ddict.h114 should call dict_iterate() in any case to see if all the results are
123 /* If dict_iterate() returns FALSE, the iteration may be finished or if this
127 bool dict_iterate(struct dict_iterate_context *ctx,
H A Ddict.c183 bool dict_iterate(struct dict_iterate_context *ctx, function
/dovecot/src/lib-dict-backend/
H A Dtest-dict-sql.c214 while(dict_iterate(iter, &key, &value)) {
241 while(dict_iterate(iter, &key, &value)) {
/dovecot/src/plugins/acl/
H A Dacl-lookup-dict.c172 while (dict_iterate(iter, &key, &value)) {
284 while (dict_iterate(dict_iter, &key, &value)) {
/dovecot/src/lib-storage/index/
H A Dindex-attribute.c282 if (iter->diter == NULL || !dict_iterate(iter->diter, &key, &value))
302 "dict_iterate(%s) failed: %s",
/dovecot/src/auth/
H A Duserdb-dict.c141 if (ctx->iter != NULL && dict_iterate(ctx->iter, &key, &value))
156 i_error("dict_iterate(%s) failed: %s",
/dovecot/src/doveadm/
H A Ddoveadm-dict.c228 while (dict_iterate(iter, &key, &value)) {
/dovecot/src/plugins/expire/
H A Ddoveadm-expire.c133 while (dict_iterate(ectx->iter, &key, &value)) {
/dovecot/src/lib-fs/
H A Dfs-dict.c302 if (!dict_iterate(iter->dict_iter, &key, &value))
/dovecot/src/dict/
H A Ddict-commands.c50 i_error("dict_iterate() failed: %s", error);
244 while (dict_iterate(cmd->iter, &key, &value)) {
268 i_error("dict_iterate() failed: %s", error);

Completed in 24 milliseconds