/dovecot/src/lib/ |
H A D | test-hash.c | 15 hash_table_create_direct(&hash, pool, 0);
|
H A D | hash.h | 51 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 D | child-wait.c | 105 hash_table_create_direct(&child_pids, default_pool, 0);
|
H A D | hash.c | 14 #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 D | push-notification-txn-msg.c | 22 hash_table_create_direct(&txn->messages, txn->pool, 4);
|
/dovecot/src/lib-master/ |
H A D | master-auth.c | 54 hash_table_create_direct(&auth->connections, pool, 0);
|
H A D | master-login-auth.c | 78 hash_table_create_direct(&auth->requests, pool, 0);
|
/dovecot/src/doveadm/ |
H A D | doveadm-kick.c | 204 hash_table_create_direct(&ctx.pids, ctx.who.pool, 0);
|
H A D | doveadm-director.c | 384 hash_table_create_direct(&users, pool, 0);
|
/dovecot/src/replication/aggregator/ |
H A D | replicator-connection.c | 212 hash_table_create_direct(&conn->requests, default_pool, 0);
|
/dovecot/src/director/ |
H A D | user-directory.c | 274 hash_table_create_direct(&dir->hash, default_pool, 0);
|
/dovecot/src/log/ |
H A D | log-connection.c | 410 hash_table_create_direct(&log->clients, default_pool, 0);
|
/dovecot/src/auth/ |
H A D | db-checkpassword.c | 550 hash_table_create_direct(&db->clients, default_pool, 0);
|
H A D | auth-request-handler.c | 59 hash_table_create_direct(&handler->requests, pool, 0);
|
/dovecot/src/lib-auth/ |
H A D | auth-server-connection.c | 305 hash_table_create_direct(&conn->requests, pool, 100);
|
/dovecot/src/lib-storage/list/ |
H A D | mailbox-list-index.c | 37 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 D | mdbox-purge.c | 478 hash_table_create_direct(&ctx->altmoves, pool, 0);
|
/dovecot/src/master/ |
H A D | service.c | 734 hash_table_create_direct(&service_pids, default_pool, 0);
|
/dovecot/src/doveadm/dsync/ |
H A D | dsync-transaction-log-scan.c | 518 hash_table_create_direct(&ctx->changes, pool, 0);
|
H A D | dsync-mailbox-export.c | 488 hash_table_create_direct(&exporter->changes, exporter->pool,
|
H A D | dsync-mailbox-import.c | 278 hash_table_create_direct(&importer->import_uids, pool, 0);
|
/dovecot/src/config/ |
H A D | doveconf.c | 654 hash_table_create_direct(&hosts, default_pool, limit);
|
/dovecot/src/lib-settings/ |
H A D | settings-parser.c | 1935 hash_table_create_direct(&links, new_ctx->parser_pool, 0);
|