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

/dovecot/src/lib-dict-backend/
H A Ddict-sql.c68 pool_t inc_row_pool; member in struct:sql_dict_transaction_context
914 pool_unref(&ctx->inc_row_pool);
1248 if (ctx->inc_row_pool == NULL) {
1249 ctx->inc_row_pool =
1252 row = p_new(ctx->inc_row_pool, struct sql_dict_inc_row, 1);

Completed in 15 milliseconds