Home
last modified time | relevance | path

Searched refs:mempool_push (Results 1 – 17 of 17) sorted by path

/dports/mail/dbmail/dbmail-3.2.5/src/
H A Dclientbase.c607 mempool_push(pool, client->sock, sizeof(client_sock)); in ci_close()
610 mempool_push(pool, client, sizeof(ClientBase_T)); in ci_close()
H A Dclientsession.c211 mempool_push(c->pool, m, sizeof(struct message)); in client_session_bailout()
226 mempool_push(pool, c, sizeof(ClientSession_T)); in client_session_bailout()
H A Ddm_capa.c166 mempool_push(pool, c, sizeof(*c)); in Capa_free()
H A Ddm_imapsession.c224 mempool_push(self->pool, key, sizeof(uint64_t)); in _physids_free()
225 mempool_push(self->pool, value, sizeof(uint64_t)); in _physids_free()
265 mempool_push(pool, self, sizeof(ImapSession)); in dbmail_imap_session_delete()
289 mempool_push(self->pool, self->fi, sizeof(fetch_items)); in dbmail_imap_session_fetch_free()
307 mempool_push(self->pool, self->args, sizeof(String_T) * MAX_ARGS); in dbmail_imap_session_args_free()
1882 mempool_push(self->pool, bodyfetch, sizeof(body_fetch)); in _body_fetch_free()
H A Ddm_list.c140 mempool_push(pool, ll, sizeof(*ll)); in p_list_free()
H A Ddm_mailbox.c62 mempool_push(self->pool, s, sizeof (search_key)); in _node_free()
76 mempool_push(pool, self, sizeof (DbmailMailbox)); in dbmail_mailbox_free()
215 mempool_push(self->pool, p_list_data(ids), sizeof (uint64_t)); in _mimeparts_dump()
620 mempool_push(self->pool, value, sizeof(search_key)); \ in _handle_search_args()
1005 mempool_push(self->pool, value, sizeof (search_key)); in _handle_search_args()
1022 mempool_push(self->pool, value, sizeof (search_key)); in _handle_search_args()
1029 mempool_push(self->pool, value, sizeof (search_key)); in _handle_search_args()
1070 mempool_push(self->pool, s, sizeof (search_key)); in dbmail_mailbox_build_imap_search()
H A Ddm_mailboxstate.c831 mempool_push(M->pool, key, sizeof(uint64_t)); in _free_recent_queue()
863 mempool_push(pool, s, sizeof(*s)); in MailboxState_free()
1379 mempool_push(M->pool, orig_key, sizeof(uint64_t)); in mailbox_clear_recent()
H A Ddm_mempool.c90 void mempool_push(M MP, void *block, size_t blocksize) in mempool_push() function
H A Ddm_mempool.h32 extern void mempool_push(M, void *, size_t);
H A Ddm_message.c734 mempool_push(pool, self, sizeof(DbmailMessage)); in dbmail_message_free()
H A Ddm_misc.c2594 mempool_push(small_pool, data, sizeof(uint64_t)); in uint64_free()
H A Ddm_string.c39 #define FREE(s) mempool_push(s->pool, s->str, SIZE(s))
210 mempool_push(pool, S, sizeof(*S)); in p_string_free()
H A Dimap4.c486 mempool_push(session->pool, alloc_buf, alloc_size); \
H A Dserver.c193 mempool_push(queue_pool, D, sizeof(dm_thread_data)); in dm_thread_data_free()
613 mempool_push(pool, c, sizeof(client_sock)); in _sock_cb()
623 mempool_push(pool, c, sizeof(client_sock)); in _sock_cb()
890 mempool_push(small_pool, config->listenSockets, sizeof(int) * MAXSOCKETS); in server_config_free()
891 mempool_push(small_pool, config->ssl_listenSockets, sizeof(int) * MAXSOCKETS); in server_config_free()
/dports/mail/dbmail/dbmail-3.2.5/test/
H A Dcheck_dbmail_auth.c57 mempool_push(pool, ci, sizeof(ClientBase_T)); in ci_delete()
H A Dcheck_dbmail_mailbox.c233 mempool_push(pool, search_keys, size); in START_TEST()
244 mempool_push(pool, search_keys, size); in START_TEST()
258 mempool_push(pool, search_keys, size); in START_TEST()
273 mempool_push(pool, search_keys, size); in START_TEST()
298 mempool_push(pool, search_keys, size); in START_TEST()
324 mempool_push(pool, search_keys, size); in START_TEST()
338 mempool_push(pool, search_keys, size); in START_TEST()
351 mempool_push(pool, search_keys, size); in START_TEST()
364 mempool_push(pool, search_keys, size); in START_TEST()
378 mempool_push(pool, search_keys, size); in START_TEST()
[all …]
H A Dcheck_dbmail_mempool.c66 mempool_push(M, i, sizeof(uint64_t)); in START_TEST()
85 mempool_push(M, i, sizeof(*i)); in START_TEST()
92 mempool_push(M, data, sizeof(*data)); in START_TEST()