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

/dovecot/src/lib-dict-backend/
H A Ddict-sql.c73 char *prev_set_value; member in struct:sql_dict_transaction_context
1305 sql_dict_set_real(&ctx->ctx, ctx->prev_set_key, ctx->prev_set_value);
1306 i_free_and_null(ctx->prev_set_value);
1381 ctx->prev_set_value = i_strdup(value);
1403 field->value = ctx->prev_set_value;
1414 i_free_and_null(ctx->prev_set_value);

Completed in 11 milliseconds