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

/dovecot/src/lib-dict/
H A Ddict-file.c26 pool_t hash_pool; member in struct:file_dict
88 dict->hash_pool = pool_alloconly_create("file dict", 1024);
89 hash_table_create(&dict->hash, dict->hash_pool, 0, str_hash, strcmp);
101 pool_unref(&dict->hash_pool);
178 p_clear(dict->hash_pool);
185 key = str_tabunescape(p_strdup(dict->hash_pool, key));
190 value = str_tabunescape(p_strdup(dict->hash_pool, value));
345 value = p_strdup(dict->hash_pool, tmp);
353 key = p_strdup(dict->hash_pool, change->key);
355 value = p_strdup(dict->hash_pool,
[all...]

Completed in 11 milliseconds