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

/dovecot/src/lib-dict-backend/
H A Ddict-sql.c71 const struct dict_sql_map *prev_set_map; member in struct:sql_dict_transaction_context
976 if (ctx->prev_set_map != NULL)
1220 if (ctx->prev_set_map != NULL)
1308 ctx->prev_set_map = NULL;
1376 if (ctx->prev_set_map == NULL) {
1379 ctx->prev_set_map = map;
1385 if (!sql_dict_maps_are_mergeable(dict, ctx->prev_set_map, map,
1402 field->map = ctx->prev_set_map;
1416 ctx->prev_set_map = NULL;
1432 if (ctx->prev_set_map !
[all...]

Completed in 10 milliseconds