Searched refs:DLLIST_PREPEND (Results 1 - 25 of 58) sorted by relevance

123

/dovecot/src/lib/
H A Dtest-llist.c22 DLLIST_PREPEND(&head, l4);
25 DLLIST_PREPEND(&head, l3);
29 DLLIST_PREPEND(&head, l2);
30 DLLIST_PREPEND(&head, l1);
45 DLLIST_PREPEND(&head, l1);
H A Dllist.h12 #define DLLIST_PREPEND(list, item) \ macro
H A Dioloop-notify-kqueue.c178 DLLIST_PREPEND(&ctx->notifies, io);
H A Dmempool-allocfree.c143 DLLIST_PREPEND(&apool->blocks, block);
/dovecot/src/indexer/
H A Dworker-pool.c145 DLLIST_PREPEND(&pool->busy_list, list);
187 DLLIST_PREPEND(&pool->idle_list, list);
H A Dindexer-client.c214 DLLIST_PREPEND(&clients, client);
/dovecot/src/lib-ldap/
H A Dldap-connection-pool.c83 DLLIST_PREPEND(&pool->conn_list, list);
/dovecot/src/old-stats/
H A Dfifo-input-connection.c83 DLLIST_PREPEND(&fifo_conns, conn);
H A Dclient.c148 DLLIST_PREPEND(&clients, client);
/dovecot/src/director/
H A Dauth-connection.c67 DLLIST_PREPEND(&auth_connections, conn);
H A Dnotify-connection.c82 DLLIST_PREPEND(&notify_connections, conn);
H A Ddoveadm-connection.c663 DLLIST_PREPEND(&reset_cmds, cmd);
867 DLLIST_PREPEND(&kick_cmds, cmd);
906 DLLIST_PREPEND(&kick_cmds, cmd);
970 DLLIST_PREPEND(&doveadm_ring_sync_pending_connections, conn);
1095 DLLIST_PREPEND(&doveadm_connections, conn);
1132 DLLIST_PREPEND(&doveadm_connections, conn);
/dovecot/src/ipc/
H A Dclient.c129 DLLIST_PREPEND(&clients, client);
H A Dipc-connection.c186 DLLIST_PREPEND(&conn->group->connections, conn);
/dovecot/src/replication/aggregator/
H A Dnotify-connection.c118 DLLIST_PREPEND(&conns, conn);
/dovecot/src/anvil/
H A Danvil-connection.c201 DLLIST_PREPEND(&anvil_connections, conn);
/dovecot/src/replication/replicator/
H A Dnotify-connection.c148 DLLIST_PREPEND(&connections, conn);
/dovecot/src/plugins/notify/
H A Dnotify-plugin.c49 DLLIST_PREPEND(&ctx->mail_txn_list, mail_txn);
240 DLLIST_PREPEND(&ctx_list, ctx);
/dovecot/src/lmtp/
H A Dclient.c166 DLLIST_PREPEND(&clients, client);
/dovecot/src/auth/
H A Dauth-postfix-connection.c183 DLLIST_PREPEND(&auth_postfix_connections, conn);
/dovecot/src/config/
H A Dconfig-connection.c202 DLLIST_PREPEND(&config_connections, conn);
/dovecot/src/dict/
H A Ddict-connection.c210 DLLIST_PREPEND(&dict_connections, conn);
/dovecot/src/imap-urlauth/
H A Dimap-urlauth-client.c95 DLLIST_PREPEND(&imap_urlauth_clients, client);
/dovecot/src/stats/
H A Dclient-writer.c165 DLLIST_PREPEND(&client->events, stats_event);
/dovecot/src/lib-index/
H A Dmail-index-view.c51 DLLIST_PREPEND(&dest->index->views, dest);
629 DLLIST_PREPEND(&index->views, view);

Completed in 36 milliseconds

123