Searched refs:i_new (Results 1 - 25 of 396) sorted by relevance
1234567891011>>
/dovecot/src/lib-http/ |
H A D | test-http-client.c | 96 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 D | mail-index-dummy-view.c | 40 view = i_new(struct mail_index_view, 1);
|
H A D | mail-cache-sync-update.c | 31 *context = i_new(struct mail_cache_sync_context, 1);
|
H A D | test-mail-index-map.c | 22 rec_map.records = i_new(struct mail_index_record, map.hdr.messages_count);
|
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-md5-all.c | 17 ctx = i_new(struct mbox_md5_context, 1);
|
/dovecot/src/lib/ |
H A D | ostream-null.c | 25 stream = i_new(struct ostream_private, 1);
|
H A D | ostream-failure-at.c | 58 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 D | test-hash.c | 14 keys = i_new(unsigned int, KEYMAX); keyidx = 0;
|
H A D | imem.h | 8 #define i_new(type, count) p_new(default_pool, type, count) macro
|
H A D | ioloop-notify-fd.c | 14 io = i_new(struct io_notify, 1);
|
H A D | istream-data.c | 23 stream = i_new(struct istream_private, 1);
|
H A D | log-throttle.c | 29 throttle = i_new(struct log_throttle, 1);
|
H A D | memarea.c | 29 area = i_new(struct memarea, 1);
|
H A D | ostream-hash.c | 48 hstream = i_new(struct hash_ostream, 1);
|
/dovecot/src/lib-charset/ |
H A D | charset-utf8-only.c | 22 t = i_new(struct charset_translation, 1);
|
/dovecot/src/lib-fs/ |
H A D | istream-fs-stats.c | 38 sstream = i_new(struct fs_stats_istream, 1);
|
/dovecot/src/lib-fts/ |
H A D | fts-filter-contractions.c | 27 filter = i_new(struct fts_filter, 1);
|
/dovecot/src/lib-ldap/ |
H A D | ldap-connection-pool.c | 44 pool = i_new(struct ldap_connection_pool, 1); 79 list = i_new(struct ldap_connection_list, 1);
|
H A D | ldap-client.c | 26 client = i_new(struct ldap_client, 1);
|
/dovecot/src/log/ |
H A D | log-error-buffer.c | 31 buf = i_new(struct log_error_buffer, 1); 92 iter = i_new(struct log_error_buffer_iter, 1);
|
H A D | doveadm-connection.c | 64 conn = i_new(struct doveadm_connection, 1);
|
/dovecot/src/lib-storage/ |
H A D | fail-mailbox.c | 115 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 D | mail-search-register.c | 19 reg = i_new(struct mail_search_register, 1);
|
/dovecot/src/plugins/fts/ |
H A D | fts-parser-html.c | 23 parser = i_new(struct html_fts_parser, 1);
|
/dovecot/src/auth/ |
H A D | test-mock.c | 87 struct auth_passdb *ret = i_new(struct auth_passdb, 1);
|
Completed in 26 milliseconds
1234567891011>>