Searched refs:DLLIST_PREPEND (Results 1 - 25 of 58) sorted by relevance
123
/dovecot/src/lib/ |
H A D | test-llist.c | 22 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 D | llist.h | 12 #define DLLIST_PREPEND(list, item) \ macro
|
H A D | ioloop-notify-kqueue.c | 178 DLLIST_PREPEND(&ctx->notifies, io);
|
H A D | mempool-allocfree.c | 143 DLLIST_PREPEND(&apool->blocks, block);
|
/dovecot/src/indexer/ |
H A D | worker-pool.c | 145 DLLIST_PREPEND(&pool->busy_list, list); 187 DLLIST_PREPEND(&pool->idle_list, list);
|
H A D | indexer-client.c | 214 DLLIST_PREPEND(&clients, client);
|
/dovecot/src/lib-ldap/ |
H A D | ldap-connection-pool.c | 83 DLLIST_PREPEND(&pool->conn_list, list);
|
/dovecot/src/old-stats/ |
H A D | fifo-input-connection.c | 83 DLLIST_PREPEND(&fifo_conns, conn);
|
H A D | client.c | 148 DLLIST_PREPEND(&clients, client);
|
/dovecot/src/director/ |
H A D | auth-connection.c | 67 DLLIST_PREPEND(&auth_connections, conn);
|
H A D | notify-connection.c | 82 DLLIST_PREPEND(¬ify_connections, conn);
|
H A D | doveadm-connection.c | 663 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 D | client.c | 129 DLLIST_PREPEND(&clients, client);
|
H A D | ipc-connection.c | 186 DLLIST_PREPEND(&conn->group->connections, conn);
|
/dovecot/src/replication/aggregator/ |
H A D | notify-connection.c | 118 DLLIST_PREPEND(&conns, conn);
|
/dovecot/src/anvil/ |
H A D | anvil-connection.c | 201 DLLIST_PREPEND(&anvil_connections, conn);
|
/dovecot/src/replication/replicator/ |
H A D | notify-connection.c | 148 DLLIST_PREPEND(&connections, conn);
|
/dovecot/src/plugins/notify/ |
H A D | notify-plugin.c | 49 DLLIST_PREPEND(&ctx->mail_txn_list, mail_txn); 240 DLLIST_PREPEND(&ctx_list, ctx);
|
/dovecot/src/lmtp/ |
H A D | client.c | 166 DLLIST_PREPEND(&clients, client);
|
/dovecot/src/auth/ |
H A D | auth-postfix-connection.c | 183 DLLIST_PREPEND(&auth_postfix_connections, conn);
|
/dovecot/src/config/ |
H A D | config-connection.c | 202 DLLIST_PREPEND(&config_connections, conn);
|
/dovecot/src/dict/ |
H A D | dict-connection.c | 210 DLLIST_PREPEND(&dict_connections, conn);
|
/dovecot/src/imap-urlauth/ |
H A D | imap-urlauth-client.c | 95 DLLIST_PREPEND(&imap_urlauth_clients, client);
|
/dovecot/src/stats/ |
H A D | client-writer.c | 165 DLLIST_PREPEND(&client->events, stats_event);
|
/dovecot/src/lib-index/ |
H A D | mail-index-view.c | 51 DLLIST_PREPEND(&dest->index->views, dest); 629 DLLIST_PREPEND(&index->views, view);
|
Completed in 58 milliseconds
123