Searched refs:t_malloc0 (Results 1 - 12 of 12) sorted by relevance

/dovecot/src/lib/
H A Ddata-stack.h84 void *t_malloc0(size_t size) ATTR_MALLOC ATTR_RETURNS_NONNULL;
95 ((type *) t_malloc0(MALLOC_MULTIPLY((unsigned int)sizeof(type), (count))) + \
H A Dmempool-unsafe-datastack.c60 return t_malloc0(size);
H A Dmempool-datastack.c95 return t_malloc0(size);
H A Ddata-stack.c462 void *t_malloc0(size_t size) function
/dovecot/src/lib-imap/
H A Dimap-date.c186 buf = t_malloc0(27);
243 buf = t_malloc0(12);
H A Dimap-utf7.c85 utf16 = t_malloc0(MALLOC_MULTIPLY(strlen(p), 2));
/dovecot/src/lib-index/
H A Dtest-mail-index-sync-ext.c51 t_malloc0(ctx.view->map->hdr.record_size);
/dovecot/src/lib-ssl-iostream/
H A Diostream-openssl-common.c203 buf = t_malloc0(err_size);
H A Diostream-openssl.c757 name = t_malloc0(len + 1);
/dovecot/src/doveadm/
H A Ddoveadm-dump-index.c199 char *dest = t_malloc0(size + 1);
219 buf = t_malloc0(MALLOC_ADD(ext->hdr_size, 128));
/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-backend.c569 char *newname = t_malloc0(name_hdr_size + 1);
/dovecot/src/plugins/fts-squat/
H A Dsquat-trie.c1984 char_lengths = str_bytelen == 0 ? NULL : t_malloc0(str_bytelen);

Completed in 22 milliseconds