| /dovecot/src/lib-ldap/ |
| H A D | ldap-connection-pool.h | 8 struct ldap_connection_list *prev, *next; member in struct:ldap_connection_list
|
| H A D | ldap-connection-pool.c | 29 struct ldap_connection_list *list, *next; local 32 for (; list != NULL && pool->conn_count > max_count; list = next) { 33 next = list->next; 69 for (list = pool->conn_list; list != NULL; list = list->next) { 108 for (list = pool->conn_list; list != NULL; list = list->next) {
|
| /dovecot/src/lib-mail/ |
| H A D | message-binary-part.h | 5 struct message_binary_part *next; member in struct:message_binary_part
|
| H A D | message-address.h | 10 struct message_address *next; member in struct:message_address
|
| H A D | quoted-printable.c | 12 size_t src_pos, next; local 17 next = 0; 22 buffer_append(dest, src + next, src_pos - next); 23 next = src_pos; 27 next++; 40 next = src_pos+1; 44 next = src_pos; 47 buffer_append(dest, src + next, src_size - next); [all...] |
| H A D | message-part.h | 29 struct message_part *next; member in struct:message_part
|
| H A D | rfc2231-parser.c | 48 unsigned int i, j, count, next, next_idx; local 115 for (i = 0; i < count; i = next) { 131 next = j; 135 for (j = i; j < next; j++) { 150 for (j = i; j < next; j++) {
|
| /dovecot/src/lib-storage/ |
| H A D | mailbox-tree.h | 8 struct mailbox_node *next; member in struct:mailbox_node
|
| H A D | mailbox-watch.c | 15 struct mailbox_notify_file *next; member in struct:mailbox_notify_file 34 for (file = box->notify_files; file != NULL; file = file->next) { 74 file->next = box->notify_files; 93 box->notify_files = file->next; 122 for (file = box->notify_files; file != NULL && !failed; file = file->next) {
|
| /dovecot/src/auth/ |
| H A D | auth-cache.h | 5 struct auth_cache_node *prev, *next; member in struct:auth_cache_node
|
| H A D | auth-master-connection.h | 8 struct auth_master_connection *prev, *next; member in struct:auth_master_connection
|
| H A D | db-oauth2.h | 14 struct db_oauth2_request *prev,*next; member in struct:db_oauth2_request
|
| H A D | auth-client-connection.h | 7 struct auth_client_connection *prev, *next; member in struct:auth_client_connection
|
| /dovecot/src/lib/ |
| H A D | ioloop-notify-fd.h | 10 struct io_notify *prev, *next; member in struct:io_notify
|
| H A D | json-tree.h | 12 struct json_tree_node *parent, *next; member in struct:json_tree_node
|
| H A D | test-llist.c | 8 struct dllist *prev, *next; member in struct:dllist 24 test_assert(l4->prev == NULL && l4->next == NULL); 27 test_assert(l3->prev == NULL && l3->next == l4); 28 test_assert(l4->prev == l3 && l4->next == NULL); 33 test_assert(l2->prev == NULL && l2->next == NULL); 35 test_assert(l1->prev == NULL && l1->next == l3); 36 test_assert(l3->prev == l1 && l3->next == l4); 37 test_assert(l4->prev == l3 && l4->next == NULL); 40 test_assert(l1->prev == NULL && l1->next == NULL); 42 test_assert(l3->prev == NULL && l3->next [all...] |
| H A D | module-dir.h | 39 struct module *next; member in struct:module
|
| /dovecot/src/director/ |
| H A D | user-directory.h | 11 struct user *prev, *next; member in struct:user
|
| /dovecot/src/indexer/ |
| H A D | indexer-queue.h | 7 struct indexer_request *prev, *next; member in struct:indexer_request 52 /* Return the next request from the queue, without removing it. */ 54 /* Remove the next request from the queue. You must call
|
| /dovecot/src/master/ |
| H A D | service-process.h | 5 struct service_process *prev, *next; member in struct:service_process
|
| /dovecot/src/old-stats/ |
| H A D | client.h | 5 struct client *prev, *next; member in struct:client
|
| H A D | fifo-input-connection.c | 19 struct fifo_input_connection *prev, *next; member in struct:fifo_input_connection
|
| /dovecot/src/ipc/ |
| H A D | ipc-connection.h | 16 /* prev/next within group */ 17 struct ipc_connection *prev, *next; member in struct:ipc_connection
|
| /dovecot/src/lib-index/ |
| H A D | mail-transaction-log-view-private.h | 8 struct mail_transaction_log_view *next; member in struct:mail_transaction_log_view
|
| /dovecot/src/log/ |
| H A D | log-error-buffer.c | 9 struct log_error_data *next; member in struct:log_error_data 43 buf->head = data->next; 70 buf->tail->next = data; 105 iter->cur = iter->cur->next;
|