Searched refs:i_new (Results 1 - 25 of 396) sorted by relevance

1234567891011>>

/dovecot/src/lib-http/
H A Dtest-http-client.c96 test_req = i_new(struct http_test_request, 1);
102 test_req = i_new(struct http_test_request, 1);
108 test_req = i_new(struct http_test_request, 1);
114 test_req = i_new(struct http_test_request, 1);
120 test_req = i_new(struct http_test_request, 1);
126 test_req = i_new(struct http_test_request, 1);
133 test_req = i_new(struct http_test_request, 1);
139 test_req = i_new(struct http_test_request, 1);
151 test_req = i_new(struct http_test_request, 1);
163 test_req = i_new(struc
[all...]
/dovecot/src/lib-index/
H A Dmail-index-dummy-view.c40 view = i_new(struct mail_index_view, 1);
H A Dmail-cache-sync-update.c31 *context = i_new(struct mail_cache_sync_context, 1);
H A Dtest-mail-index-map.c22 rec_map.records = i_new(struct mail_index_record, map.hdr.messages_count);
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-md5-all.c17 ctx = i_new(struct mbox_md5_context, 1);
/dovecot/src/lib/
H A Dostream-null.c25 stream = i_new(struct ostream_private, 1);
H A Dostream-failure-at.c58 iov_dup = i_new(struct const_iovec, iov_count);
100 fstream = i_new(struct failure_at_ostream, 1);
115 fstream = i_new(struct failure_at_ostream, 1);
H A Dtest-hash.c14 keys = i_new(unsigned int, KEYMAX); keyidx = 0;
H A Dimem.h8 #define i_new(type, count) p_new(default_pool, type, count) macro
H A Dioloop-notify-fd.c14 io = i_new(struct io_notify, 1);
H A Distream-data.c23 stream = i_new(struct istream_private, 1);
H A Dlog-throttle.c29 throttle = i_new(struct log_throttle, 1);
H A Dmemarea.c29 area = i_new(struct memarea, 1);
H A Dostream-hash.c48 hstream = i_new(struct hash_ostream, 1);
/dovecot/src/lib-charset/
H A Dcharset-utf8-only.c22 t = i_new(struct charset_translation, 1);
/dovecot/src/lib-fs/
H A Distream-fs-stats.c38 sstream = i_new(struct fs_stats_istream, 1);
/dovecot/src/lib-fts/
H A Dfts-filter-contractions.c27 filter = i_new(struct fts_filter, 1);
/dovecot/src/lib-ldap/
H A Dldap-connection-pool.c44 pool = i_new(struct ldap_connection_pool, 1);
79 list = i_new(struct ldap_connection_list, 1);
H A Dldap-client.c26 client = i_new(struct ldap_client, 1);
/dovecot/src/log/
H A Dlog-error-buffer.c31 buf = i_new(struct log_error_buffer, 1);
92 iter = i_new(struct log_error_buffer_iter, 1);
H A Ddoveadm-connection.c64 conn = i_new(struct doveadm_connection, 1);
/dovecot/src/lib-storage/
H A Dfail-mailbox.c115 ctx = i_new(struct mailbox_sync_context, 1);
148 ctx = i_new(struct mailbox_transaction_context, 1);
180 ctx = i_new(struct mail_search_context, 1);
217 ctx = i_new(struct mail_save_context, 1);
H A Dmail-search-register.c19 reg = i_new(struct mail_search_register, 1);
/dovecot/src/plugins/fts/
H A Dfts-parser-html.c23 parser = i_new(struct html_fts_parser, 1);
/dovecot/src/auth/
H A Dtest-mock.c87 struct auth_passdb *ret = i_new(struct auth_passdb, 1);

Completed in 26 milliseconds

1234567891011>>