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

/dovecot/src/lib-storage/
H A Dmail-search-parser-private.h18 const char *cur_key; member in struct:mail_search_parser
/dovecot/src/auth/
H A Ddb-dict.c27 struct db_dict_key *cur_key; member in struct:dict_settings_parser_ctx
117 ctx->cur_key = array_append_space(&ctx->conn->set.keys);
118 *ctx->cur_key = default_key_settings;
119 ctx->cur_key->name = "passdb";
120 ctx->cur_key->format = "json";
121 ctx->cur_key->parsed_format = DB_DICT_VALUE_FORMAT_JSON;
122 ctx->cur_key->key = p_strdup(ctx->conn->pool, value);
124 dbkey = ctx->cur_key;
131 ctx->cur_key = array_append_space(&ctx->conn->set.keys);
132 *ctx->cur_key
[all...]

Completed in 11 milliseconds