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

/dovecot/src/doveadm/
H A Ddoveadm-dict.c19 const char *dict_uri, *error, *key, *username = ""; local
29 if (!doveadm_cmd_param_str(cctx, "dict-uri", &dict_uri)) {
59 if (dict_init(dict_uri, &dict_set, &dict, &error) < 0) {
60 i_error("dict_init(%s) failed: %s", dict_uri, error);
/dovecot/src/plugins/expire/
H A Dexpire-plugin.c412 const char *dict_uri, *error; local
420 dict_uri = mail_user_plugin_getenv(user, "expire_dict");
421 if (dict_uri == NULL) {
430 if (dict_init(dict_uri, &dict_set, &db, &error) < 0) {
432 dict_uri, error);

Completed in 19 milliseconds