Home
last modified time | relevance | path

Searched refs:array_foreach_elem (Results 1 – 25 of 132) sorted by relevance

123456

/dports/mail/dovecot/dovecot-2.3.17/src/plugins/push-notification/
H A Dpush-notification-triggers.c38 array_foreach_elem(&txn->events, ec) { in push_notification_trigger_mbox_create()
55 array_foreach_elem(&txn->events, ec) { in push_notification_trigger_mbox_delete()
73 array_foreach_elem(&txn->events, ec) { in push_notification_trigger_mbox_rename()
93 array_foreach_elem(&txn->events, ec) { in push_notification_trigger_mbox_subscribe()
131 array_foreach_elem(&txn->events, ec) { in push_notification_trigger_msg_save_new()
151 array_foreach_elem(&txn->events, ec) { in push_notification_trigger_msg_save_append()
170 array_foreach_elem(&txn->events, ec) { in push_notification_trigger_msg_save_expunge()
188 array_foreach_elem(&txn->events, ec) { in push_notification_trigger_msg_flag_change()
208 array_foreach_elem(&txn->events, ec) { in push_notification_trigger_msg_keyword_change()
H A Dpush-notification-driver-dlog.c35 array_foreach_elem(&push_notification_events, event) in push_notification_driver_dlog_begin_txn()
52 array_foreach_elem(&mbox->eventdata, event) { in push_notification_driver_dlog_process_mbox()
72 array_foreach_elem(&msg->eventdata, event) { in push_notification_driver_dlog_process_msg()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-old-stats/
H A Dstats.c52 array_foreach_elem(&stats_items, item) { in stats_item_find_by_name()
100 array_foreach_elem(&stats_items, item) in stats_field_count()
110 array_foreach_elem(&stats_items, item) { in stats_field_name()
125 array_foreach_elem(&stats_items, item) { in stats_field_value()
144 array_foreach_elem(&stats_items, item) { in stats_diff()
158 array_foreach_elem(&stats_items, item) { in stats_add()
168 array_foreach_elem(&stats_items, item) { in stats_have_changed()
180 array_foreach_elem(&stats_items, item) { in stats_export()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail-storage-hooks.c87 array_foreach_elem(&internal_hooks, existing_hooks) in mail_storage_hooks_add_internal()
166 array_foreach_elem(&user->hooks, hooks) { in hook_mail_user_created()
180 array_foreach_elem(&ns->user->hooks, hooks) { in hook_mail_namespace_storage_added()
191 array_foreach_elem(&namespaces->user->hooks, hooks) { in hook_mail_namespaces_created()
204 array_foreach_elem(&namespaces->user->hooks, hooks) { in hook_mail_namespaces_added()
220 array_foreach_elem(&storage->user->hooks, hooks) { in hook_mail_storage_created()
237 array_foreach_elem(&list->ns->user->hooks, hooks) { in hook_mailbox_list_created()
254 array_foreach_elem(&box->storage->user->hooks, hooks) { in hook_mailbox_allocated()
268 array_foreach_elem(&box->storage->user->hooks, hooks) { in hook_mailbox_opened()
283 array_foreach_elem(&mail->box->storage->user->hooks, hooks) { in hook_mail_allocated()
/dports/mail/dovecot/dovecot-2.3.17/src/director/
H A Dmail-host.c88 array_foreach_elem(&list->hosts, host) in mail_tag_vhosts_sort_ring()
103 array_foreach_elem(&list->tags, tag) { in mail_hosts_sort()
112 array_foreach_elem(&list->hosts, host) { in mail_hosts_sort()
129 array_foreach_elem(&list->tags, tag) { in mail_tag_find()
397 array_foreach_elem(&list->hosts, host) { in mail_host_lookup()
442 array_foreach_elem(&list->hosts, host) in mail_hosts_set_synced()
476 array_foreach_elem(&list->tags, tag) { in mail_hosts_have_tags()
513 array_foreach_elem(&list->tags, tag) in mail_hosts_deinit()
515 array_foreach_elem(&list->hosts, host) in mail_hosts_deinit()
541 array_foreach_elem(&src->hosts, host) { in mail_hosts_dup()
[all …]
H A Ddirector-host.c113 array_foreach_elem(&dir->dir_hosts, host) { in director_host_lookup()
125 array_foreach_elem(&dir->dir_hosts, host) { in director_host_lookup_ip()
/dports/mail/dovecot/dovecot-2.3.17/src/master/
H A Dservice-monitor.c255 array_foreach_elem(&service->listeners, lp) { in service_drop_timeout()
410 array_foreach_elem(&service->listeners, l) { in service_monitor_listen_start_force()
430 array_foreach_elem(&service->listeners, l) in service_monitor_listen_stop()
489 array_foreach_elem(&service_list->services, service) { in services_monitor_start()
524 array_foreach_elem(&listener_services, service) in services_monitor_start()
533 array_foreach_elem(&service_list->services, service) { in services_monitor_start()
587 array_foreach_elem(&service->listeners, l) in service_monitor_stop_close()
603 array_foreach_elem(&service_list->services, service) { in services_monitor_wait()
639 array_foreach_elem(&service_list->services, service) { in service_list_processes_close_listeners()
671 array_foreach_elem(&service_list->services, service) in services_monitor_stop()
[all …]
H A Dmaster-settings.c291 array_foreach_elem(l, set) { in fix_file_listener_paths()
323 array_foreach_elem(l, set) { in add_inet_listeners()
373 array_foreach_elem(&set->services, service) { in services_have_protocol()
387 array_foreach_elem(&master_default_settings.services, set) { in master_default_settings_get_service()
400 array_foreach_elem(&set->services, service) { in service_get_client_limit()
663 array_foreach_elem(&set->services, service) { in login_want_core_dumps()
683 array_foreach_elem(&set->services, service) { in settings_have_auth_unix_listeners_in()
685 array_foreach_elem(&service->unix_listeners, u) { in settings_have_auth_unix_listeners_in()
H A Dservice.c367 array_foreach_elem(&service_list->services, service) { in service_lookup()
379 array_foreach_elem(&service_list->services, service) { in service_lookup_type()
591 array_foreach_elem(&service_list->services, service) { in services_kill_timeout()
661 array_foreach_elem(&service_list->services, service) { in service_list_unref()
662 array_foreach_elem(&service->listeners, listener) in service_list_unref()
693 array_foreach_elem(&service->listeners, listener) { in service_drop_listener_connections()
729 array_foreach_elem(&list->services, service) { in services_throttle_time_sensitives()
H A Dservice-log.c94 array_foreach_elem(&service_list->services, service) { in services_log_init()
161 array_foreach_elem(&service_list->services, service) { in services_log_dup2()
H A Dservice-listen.c233 array_foreach_elem(&service->listeners, l) { in service_listen()
305 array_foreach_elem(&service_list->services, service) { in services_verify_systemd()
308 array_foreach_elem(&service->listeners, l) { in services_verify_systemd()
369 array_foreach_elem(&service_list->services, service) { in services_listen()
H A Dmaster-client.c43 array_foreach_elem(&services->services, service) { in master_client_service_status()
72 array_foreach_elem(&services->services, service) { in master_client_process_status()
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/
H A Ddoveadm-mail-batch.c22 array_foreach_elem(&ctx->commands, cmd) { in cmd_batch_prerun()
39 array_foreach_elem(&ctx->commands, cmd) { in cmd_batch_run()
138 array_foreach_elem(&ctx->commands, cmd) { in cmd_batch_init()
151 array_foreach_elem(&ctx->commands, cmd) { in cmd_batch_deinit()
H A Ddoveadm-dump.c25 array_foreach_elem(&dumps, dump) { in dump_find_name()
37 array_foreach_elem(&dumps, dump) { in dump_find_test()
/dports/mail/dovecot/dovecot-2.3.17/src/submission/
H A Dsubmission-backend.c90 array_foreach_elem(&client->rcpt_to, srcpt) { in submission_backend_fail_rcpts()
239 array_foreach_elem(&client->pending_backends, backend) in submission_backends_trans_start()
252 array_foreach_elem(&client->rcpt_backends, backend) in submission_backends_trans_free()
305 array_foreach_elem(&client->pending_backends, pending_backend) { in submission_backend_add_pending()
384 array_foreach_elem(&client->rcpt_backends, backend) { in submission_backends_cmd_data()
393 array_foreach_elem(&client->rcpt_backends, backend) { in submission_backends_cmd_data()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dostream-multiplex.c44 array_foreach_elem(&mstream->channels, channel) { in get_channel()
54 array_foreach_elem(&mstream->channels, channel) in propagate_error()
65 array_foreach_elem(&mstream->channels, channel) { in get_next_channel()
133 array_foreach_elem(&mstream->channels, channel) { in o_stream_multiplex_flush()
261 array_foreach_elem(&channel->mstream->channels, arr_channel) in o_stream_multiplex_ochannel_close()
272 array_foreach_elem(&mstream->channels, channel) in o_stream_multiplex_try_destroy()
H A Distream-multiplex.c40 array_foreach_elem(&mstream->channels, channel) { in get_channel()
50 array_foreach_elem(&mstream->channels, channel) in propagate_error()
58 array_foreach_elem(&mstream->channels, channel) { in propagate_eof()
211 array_foreach_elem(&channel->mstream->channels, arr_channel) in i_stream_multiplex_ichannel_close()
222 array_foreach_elem(&mstream->channels, channel) in i_stream_multiplex_try_destroy()
H A Dtest-array.c23 array_foreach_elem(&foos, foo) in test_array_elem()
41 array_foreach_elem(&foos, foo) { in test_array_elem()
161 array_foreach_elem(&blurbs, string) { in test_array_foreach_elem_string()
166 array_foreach_elem(&cblurbs, cstring) { in test_array_foreach_elem_string()
/dports/mail/dovecot/dovecot-2.3.17/src/stats/
H A Dstats-metrics.c129 array_foreach_elem(&metrics->exporters, exporter) { in stats_metrics_add_set()
232 array_foreach_elem(&set->exporters, exporter_set) in stats_metrics_add_from_settings()
244 array_foreach_elem(&set->metrics, metric_set) T_BEGIN { in stats_metrics_add_from_settings()
270 array_foreach_elem(&metric->sub_metrics, sub_metric) in stats_metric_free()
290 array_foreach_elem(&metrics->metrics, metric) in stats_metrics_deinit()
304 array_foreach_elem(&metric->sub_metrics, sub_metric) in stats_metric_reset()
312 array_foreach_elem(&metrics->metrics, metric) in stats_metrics_reset()
329 array_foreach_elem(&metric->sub_metrics, sub_metrics) { in stats_metric_get_sub_metric()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-imap-client/
H A Dimapc-client.c182 array_foreach_elem(&client->conns, conn) { in imapc_client_run_pre()
199 array_foreach_elem(&client->conns, conn) in imapc_client_run_post()
221 array_foreach_elem(&client->conns, conn) in imapc_client_try_stop()
348 array_foreach_elem(&client->conns, conn) { in imapc_client_logout()
431 array_foreach_elem(&box->client->conns, conn) { in imapc_client_mailbox_close()
505 array_foreach_elem(&client->conns, conn) { in imapc_client_get_any_capabilities()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dhttp-client-host.c385 array_foreach_elem(&queues, queue) in http_client_host_free_shared()
409 array_foreach_elem(&host->queues, queue) in http_client_host_lookup_done()
422 array_foreach_elem(&host->queues, queue) in http_client_host_lookup_failure()
463 array_foreach_elem(&host->queues, queue) in http_client_host_is_idle()
498 array_foreach_elem(&host->queues, queue) in http_client_host_switch_ioloop()
H A Dhttp-client-peer.c150 array_foreach_elem(&conns, conn) in http_client_peer_pool_close()
641 array_foreach_elem(&conns, conn) in http_client_peer_disconnect()
657 array_foreach_elem(&peer->queues, queue) in http_client_peer_disconnect()
839 array_foreach_elem(&peer->conns, conn) { in http_client_peer_is_connected()
859 array_foreach_elem(&conns, conn) { in http_client_peer_cancel()
873 array_foreach_elem(&peer->queues, queue) { in http_client_peer_requests_pending()
896 array_foreach_elem(&peer->conns, conn) in http_client_peer_check_idle()
1231 array_foreach_elem(&peer->queues, queue) { in http_client_peer_claim_request()
1254 array_foreach_elem(&peer->queues, queue) in http_client_peer_connection_success()
1315 array_foreach_elem(&queues, queue) in http_client_peer_connection_failed_pool()
[all …]
H A Dhttp-request.c16 array_foreach_elem(&req->connection_options, opt) { in http_request_has_connection_option()
/dports/mail/dovecot/dovecot-2.3.17/src/ipc/
H A Dipc-group.c53 array_foreach_elem(&ipc_groups, group) { in ipc_group_lookup_listen_fd()
64 array_foreach_elem(&ipc_groups, group) { in ipc_group_lookup_name()
/dports/mail/dovecot/dovecot-2.3.17/src/replication/replicator/
H A Dreplicator-brain.c63 array_foreach_elem(&brain->dsync_clients, conn) in replicator_brain_deinit()
92 array_foreach_elem(&brain->dsync_clients, conn) { in get_dsync_client()

123456