Home
last modified time | relevance | path

Searched refs:array_foreach_idx (Results 1 – 25 of 31) sorted by relevance

12

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dtest-array.c83 i = array_foreach_idx(&foos, foo); in test_array_foreach()
107 i = array_foreach_idx(&arr, i_p); in test_array_foreach_reverse()
118 i = array_foreach_idx(&arr, i_p); in test_array_foreach_reverse()
131 i = array_foreach_idx(&arr, imod_p); in test_array_foreach_reverse()
H A Dioloop.c415 array_foreach_idx(&ioloop->timeouts_new, to_idx), 1); in timeout_remove()
1010 idx = array_foreach_idx(&io_switch_callbacks, callbackp); in io_loop_remove_switch_callback()
1034 idx = array_foreach_idx(&io_destroy_callbacks, callbackp); in io_loop_remove_destroy_callback()
H A Darray.h127 #define array_foreach_idx(array, elem) \ macro
H A Dlib-event.c1282 array_foreach_idx(&event_handlers, callbackp); in event_unregister_callback()
1302 array_foreach_idx(&event_category_callbacks, in event_category_unregister_callback()
H A Devent-filter.c277 idx = array_foreach_idx(&filter->queries, int_query); in event_filter_remove_queries_with_context()
/dports/mail/dovecot/dovecot-2.3.17/src/imap-login/
H A Dimap-login-commands.c44 array_foreach_idx(&imap_login_commands, cmdp), 1); in imap_login_command_unregister()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail-storage-hooks.c73 idx = array_foreach_idx(&module_hooks, module_hook); in mail_storage_hooks_remove()
99 idx = array_foreach_idx(&internal_hooks, old_hooks); in mail_storage_hooks_remove_internal()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dhttp-header.c50 array_delete(hfields, array_foreach_idx(hfields, hfield), 1); in http_header_field_delete()
H A Dhttp-client-connection.c72 array_foreach_idx(conn_arr, conn_idx), 1); in http_client_connection_unlist_pending()
84 array_foreach_idx(conn_arr, conn_idx), 1); in http_client_connection_unlist_pending()
390 array_foreach_idx(conn_arr, conn_idx), 1); in http_client_connection_detach_peer()
401 array_foreach_idx(conn_arr, conn_idx), 1); in http_client_connection_detach_peer()
551 array_foreach_idx(conn_arr, conn_idx), 1); in http_client_connection_stop_idle()
1845 array_foreach_idx(conn_arr, conn_idx), 1); in http_client_connection_disconnect()
1853 array_foreach_idx(conn_arr, conn_idx), 1); in http_client_connection_disconnect()
H A Dhttp-server-resource.c100 array_foreach_idx(&server->locations, locp), 1); in http_server_location_remove()
H A Dhttp-client-queue.c545 array_foreach_idx( in http_client_queue_connection_failure()
628 array_foreach_idx(&queue->pending_peers, in http_client_queue_peer_disconnected()
H A Dhttp-client-peer.c982 insert_idx = array_foreach_idx(&conns_avail, conn_avail_idx); in http_client_peer_handle_requests_real()
1212 array_foreach_idx(&peer->queues, queue_idx), 1); in http_client_peer_unlink_queue()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-sasl/
H A Ddsasl-client.c18 *idx_r = array_foreach_idx(&dsasl_mechanisms, mechp); in dsasl_client_mech_find_idx()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-fts/
H A Dfts-tokenizer.c43 idx = array_foreach_idx(&fts_tokenizer_classes, tp); in fts_tokenizer_unregister()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-old-stats/
H A Dstats.c41 *idx_r = array_foreach_idx(&stats_items, itemp); in stats_item_find()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-index/
H A Dmail-index-map.c53 *idx_r = array_foreach_idx(&map->extensions, ext); in mail_index_map_lookup_ext()
292 idx = array_foreach_idx(&map->rec_map->maps, maps); in mail_index_record_map_unlink()
/dports/mail/dovecot/dovecot-2.3.17/src/auth/
H A Duserdb.c49 idx = array_foreach_idx(&userdb_interfaces, ifaces); in userdb_unregister_module()
H A Dpassdb.c49 idx = array_foreach_idx(&passdb_interfaces, ifaces); in passdb_unregister_module()
H A Dauth-worker-server.c233 idx = array_foreach_idx(&connections, conns); in auth_worker_destroy()
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/
H A Ddoveadm-settings.c285 array_foreach_idx(&doveadm_setting_roots, root); in doveadm_read_settings()
/dports/mail/dovecot/dovecot-2.3.17/src/stats/
H A Dstats-metrics.c183 *idx_r = array_foreach_idx(&metrics->metrics, m); in stats_metrics_find()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-dict/
H A Ddict.c78 idx = array_foreach_idx(&dict_drivers, dicts); in dict_driver_unregister()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-smtp/
H A Dsmtp-params.c150 array_foreach_idx(params, param), 1); in smtp_params_drop_one()
/dports/mail/dovecot/dovecot-2.3.17/src/login-common/
H A Dclient-common.c67 idx = array_foreach_idx(&module_hooks, module_hook); in login_client_hooks_remove()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/plugins/imapsieve/
H A Dimap-sieve-storage.c1111 insert_idx = array_foreach_idx(rules, rule_idx); in imap_sieve_mailbox_rules_match()

12