Home
last modified time | relevance | path

Searched refs:smartlist_add_all (Results 1 – 25 of 52) sorted by path

123

/dports/security/tor-devel/tor-0.4.7.2-alpha/src/app/config/
H A Dconfig.c5185 smartlist_add_all(bridge_line->socks_args, items); in parse_bridge_line()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/core/mainloop/
H A Dconnection.c3106 smartlist_add_all(launch, ports); in retry_listener_ports()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/core/or/
H A Dpolicies.c247 smartlist_add_all(*dest, result); in parse_addr_policy()
H A Drelay.c1206 smartlist_add_all(addresses_out, addrs); in resolved_cell_parse()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/client/
H A Dentrynodes.c1914 smartlist_add_all(old_primary_guards, gs->primary_entry_guards); in entry_guards_update_primary()
H A Dtransports.c599 smartlist_add_all(tmp, managed_proxy_list); in pt_configure_remaining_proxies()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/control/
H A Dcontrol_auth.c357 smartlist_add_all(sl, sl_tmp); in handle_control_authenticate()
366 smartlist_add_all(sl, sl_tmp); in handle_control_authenticate()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirauth/
H A Ddirvote.c803 smartlist_add_all(tmp, vote->supported_methods); in compute_consensus_method()
806 smartlist_add_all(all_methods, tmp); in compute_consensus_method()
945 smartlist_add_all(param_list, v->net_params); in dirvote_compute_params()
1599 smartlist_add_all(combined_client_versions, cv); in networkstatus_compute_consensus()
1608 smartlist_add_all(combined_server_versions, sv); in networkstatus_compute_consensus()
3153 smartlist_add_all(previous_vote_list, pending_vote_list); in dirvote_clear_votes()
4400 smartlist_add_all(routers_by_ip, routers); in get_sybil_list_by_ip_version()
4517 smartlist_add_all(versions, more_versions); in format_recommended_version_list()
4712 smartlist_add_all(routers, rl->routers); in dirserv_generate_networkstatus_vote_obj()
H A Dprocess_descs.c949 smartlist_add_all(nodes, nodelist_get_list()); in directory_remove_invalid()
H A Dshared_random.c1165 smartlist_add_all(chunks, state_commit_vote_lines); in sr_get_string_for_vote()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dircommon/
H A Dconsdiff.c629 smartlist_add_all(cons1, cons1_orig); in gen_ed_diff()
1086 smartlist_add_all(result, ed_diff); in consdiff_gen_diff()
H A Ddirectory.c621 smartlist_add_all(pairs_out, pairs_result); in dir_split_resource_into_fingerprint_pairs()
713 smartlist_add_all(fp_out, fp_tmp); in dir_split_resource_into_fingerprints()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/hs/
H A Dhs_client.c896 smartlist_add_all(usable_ips, enc_data->intro_points); in client_get_random_intro()
H A Dhs_service.c4259 smartlist_add_all(hs_service_staging_list, service_list); in hs_service_stage_services()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/nodelist/
H A Dnode_select.c1004 smartlist_add_all(excludednodes, excludedsmartlist); in router_choose_random_node()
H A Drouterset.c165 smartlist_add_all(target->list, list); in routerset_parse()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/relay/
H A Drelay_config.c502 smartlist_add_all(ports_out, ports); in port_parse_ports_relay()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/fs/
H A Dconffile.c87 smartlist_add_all(opened_files, glob_opened); in expand_glob()
H A Dpath.c469 smartlist_add_all(result, opened_next); in get_glob_paths()
698 smartlist_add_all(result, child_paths); in unglob_opened_files()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/process/
H A Denv.c137 smartlist_add_all(env_vars_sorted, env_vars); in process_environment_make()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/pubsub/
H A Dpubsub_check.c252 smartlist_add_all(all, pub); in lint_message_consistency()
254 smartlist_add_all(all, sub); in lint_message_consistency()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/smartlist_core/
H A Dsmartlist_core.c125 smartlist_add_all(smartlist_t *s1, const smartlist_t *s2) in smartlist_add_all() function
H A Dsmartlist_core.h44 void smartlist_add_all(smartlist_t *sl, const smartlist_t *s2);
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_containers.c402 smartlist_add_all(ints, odds); in test_container_smartlist_overlap()
403 smartlist_add_all(ints, evens); in test_container_smartlist_overlap()
418 smartlist_add_all(sl, odds); in test_container_smartlist_overlap()
426 smartlist_add_all(sl, primes); in test_container_smartlist_overlap()
H A Dtest_entrynodes.c1681 smartlist_add_all(prev_guards, gs->primary_entry_guards); in test_entry_guard_manage_primary()
1707 smartlist_add_all(prev_guards, gs->primary_entry_guards); in test_entry_guard_manage_primary()
1724 smartlist_add_all(prev_guards, gs->primary_entry_guards); in test_entry_guard_manage_primary()
1832 smartlist_add_all(old_primary_guards, gs->primary_entry_guards); in test_entry_guard_correct_cascading_order()

123