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

/dovecot/src/lib/
H A Dtest-hash.c15 hash_table_create_direct(&hash, pool, 0);
H A Dhash.h51 void hash_table_create_direct(struct hash_table **table_r, pool_t node_pool,
54 # define hash_table_create_direct(table, pool, size) \ macro
58 hash_table_create_direct(&(*table)._table, pool, size);})
60 # define hash_table_create_direct(table, pool, size) \ macro
61 hash_table_create_direct(&(*table)._table, pool, size)
H A Dchild-wait.c105 hash_table_create_direct(&child_pids, default_pool, 0);
H A Dhash.c14 #undef hash_table_create_direct macro
94 void hash_table_create_direct(struct hash_table **table_r, pool_t node_pool, function
/dovecot/src/plugins/push-notification/
H A Dpush-notification-txn-msg.c22 hash_table_create_direct(&txn->messages, txn->pool, 4);
/dovecot/src/lib-master/
H A Dmaster-auth.c54 hash_table_create_direct(&auth->connections, pool, 0);
H A Dmaster-login-auth.c78 hash_table_create_direct(&auth->requests, pool, 0);
/dovecot/src/doveadm/
H A Ddoveadm-kick.c204 hash_table_create_direct(&ctx.pids, ctx.who.pool, 0);
H A Ddoveadm-director.c384 hash_table_create_direct(&users, pool, 0);
/dovecot/src/replication/aggregator/
H A Dreplicator-connection.c212 hash_table_create_direct(&conn->requests, default_pool, 0);
/dovecot/src/director/
H A Duser-directory.c274 hash_table_create_direct(&dir->hash, default_pool, 0);
/dovecot/src/log/
H A Dlog-connection.c410 hash_table_create_direct(&log->clients, default_pool, 0);
/dovecot/src/auth/
H A Ddb-checkpassword.c550 hash_table_create_direct(&db->clients, default_pool, 0);
H A Dauth-request-handler.c59 hash_table_create_direct(&handler->requests, pool, 0);
/dovecot/src/lib-auth/
H A Dauth-server-connection.c305 hash_table_create_direct(&conn->requests, pool, 100);
/dovecot/src/lib-storage/list/
H A Dmailbox-list-index.c37 hash_table_create_direct(&ilist->mailbox_names, ilist->mailbox_pool, 0);
38 hash_table_create_direct(&ilist->mailbox_hash, ilist->mailbox_pool, 0);
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-purge.c478 hash_table_create_direct(&ctx->altmoves, pool, 0);
/dovecot/src/master/
H A Dservice.c734 hash_table_create_direct(&service_pids, default_pool, 0);
/dovecot/src/doveadm/dsync/
H A Ddsync-transaction-log-scan.c518 hash_table_create_direct(&ctx->changes, pool, 0);
H A Ddsync-mailbox-export.c488 hash_table_create_direct(&exporter->changes, exporter->pool,
H A Ddsync-mailbox-import.c278 hash_table_create_direct(&importer->import_uids, pool, 0);
/dovecot/src/config/
H A Ddoveconf.c654 hash_table_create_direct(&hosts, default_pool, limit);
/dovecot/src/lib-settings/
H A Dsettings-parser.c1935 hash_table_create_direct(&links, new_ctx->parser_pool, 0);

Completed in 726 milliseconds