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

/dovecot/src/lib/
H A Dhash2.c23 pool_t value_pool; member in struct:hash2_table
55 hash->value_pool = pool_alloconly_create("hash2 value pool", 16384);
66 pool_unref(&hash->value_pool);
74 p_clear(hash->value_pool);
173 value = p_malloc(hash->value_pool,
/dovecot/src/lib-dict-extra/
H A Ddict-fs.c22 pool_t value_pool; member in struct:fs_dict_iterate_context
141 iter->value_pool = pool_alloconly_create("iterate value pool", 128);
175 p_clear(iter->value_pool);
177 if ((ret = fs_dict_lookup(ctx->dict, iter->value_pool, path, value_r, &error)) < 0) {
203 pool_unref(&iter->value_pool);

Completed in 13 milliseconds