Home
last modified time | relevance | path

Searched refs:HT_REMOVE (Results 1 – 25 of 88) sorted by relevance

1234

/dports/security/tor/tor-0.4.6.8/src/feature/dirauth/
H A Dkeypin.c252 t = HT_REMOVE(rsamap, &the_rsa_map, ent2); in keypin_add_or_replace_entry_in_map()
254 t = HT_REMOVE(edmap, &the_ed_map, ent2); in keypin_add_or_replace_entry_in_map()
258 t = HT_REMOVE(rsamap, &the_rsa_map, ent3); in keypin_add_or_replace_entry_in_map()
260 t = HT_REMOVE(edmap, &the_ed_map, ent3); in keypin_add_or_replace_entry_in_map()
496 keypin_ent_t *other_ent = HT_REMOVE(edmap, &the_ed_map, this); in keypin_clear()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirauth/
H A Dkeypin.c252 t = HT_REMOVE(rsamap, &the_rsa_map, ent2); in keypin_add_or_replace_entry_in_map()
254 t = HT_REMOVE(edmap, &the_ed_map, ent2); in keypin_add_or_replace_entry_in_map()
258 t = HT_REMOVE(rsamap, &the_rsa_map, ent3); in keypin_add_or_replace_entry_in_map()
260 t = HT_REMOVE(edmap, &the_ed_map, ent3); in keypin_add_or_replace_entry_in_map()
496 keypin_ent_t *other_ent = HT_REMOVE(edmap, &the_ed_map, this); in keypin_clear()
/dports/security/tor/tor-0.4.6.8/src/lib/process/
H A Dwaitpid.c105 old_ent = HT_REMOVE(process_map, &process_map, ent); in clear_waitpid_callback()
124 ent = HT_REMOVE(process_map, &process_map, &search); in notify_waitpid_callback_by_pid()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/process/
H A Dwaitpid.c105 old_ent = HT_REMOVE(process_map, &process_map, ent); in clear_waitpid_callback()
124 ent = HT_REMOVE(process_map, &process_map, &search); in notify_waitpid_callback_by_pid()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/control/
H A Dbtrack_orconn_maps.c123 HT_REMOVE(bto_gid_ht, bto_gid_map, &key); in bto_delete()
126 HT_REMOVE(bto_chan_ht, bto_chan_map, &key); in bto_delete()
/dports/security/tor/tor-0.4.6.8/src/feature/control/
H A Dbtrack_orconn_maps.c123 HT_REMOVE(bto_gid_ht, bto_gid_map, &key); in bto_delete()
126 HT_REMOVE(bto_chan_ht, bto_chan_map, &key); in bto_delete()
/dports/security/tor/tor-0.4.6.8/src/core/or/
H A Dscheduler_kist.c192 HT_REMOVE(socket_table_s, table, ent); in free_socket_info_by_chan()
369 HT_REMOVE(outbuf_table_s, table, ent); in outbuf_table_remove()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/core/or/
H A Dscheduler_kist.c192 HT_REMOVE(socket_table_s, table, ent); in free_socket_info_by_chan()
369 HT_REMOVE(outbuf_table_s, table, ent); in outbuf_table_remove()
/dports/net/torsocks/torsocks-2.3.0/src/common/
H A Dconnection.c250 HT_REMOVE(connection_registry, &connection_registry_root, conn); in connection_remove()
/dports/games/lbreakout2/lbreakout2-2.6.5/game/
H A Dbricks.c916 bricks_add_mod( mx, my, HT_REMOVE, type, imp, paddle ); in brick_hit()
1043 mod = HT_REMOVE; in bricks_add_mod()
1047 if ( mod == HT_REMOVE ) { in bricks_add_mod()
1071 if ( mod == HT_REMOVE && dest_type == SHR_BY_NORMAL_BALL ) { in bricks_add_mod()
1114 HT_REMOVE, SHR_BY_DELAYED_EXPL, in bricks_update()
H A Dcomm.c393 if ( hit->type != HT_REMOVE ) continue; in comm_pack_brick_hits()
443 hit->type = HT_REMOVE; in comm_unpack_brick_hits()
H A Dgamedefs.h125 HT_REMOVE, /* remove brick completely */ enumerator
/dports/security/tor/tor-0.4.6.8/src/feature/dircommon/
H A Dfp_pair.c185 resolve = HT_REMOVE(fp_pair_map_impl, &(map->head), &search); in fp_pair_map_remove()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dircommon/
H A Dfp_pair.c185 resolve = HT_REMOVE(fp_pair_map_impl, &(map->head), &search); in fp_pair_map_remove()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/nodelist/
H A Dnodefamily.c273 HT_REMOVE(nodefamily_map, &the_node_families, family); in nodefamily_free_()
/dports/security/tor/tor-0.4.6.8/src/feature/nodelist/
H A Dnodefamily.c273 HT_REMOVE(nodefamily_map, &the_node_families, family); in nodefamily_free_()
/dports/security/tor/tor-0.4.6.8/src/feature/hs/
H A Dhs_circuitmap.c525 tmp = HT_REMOVE(hs_circuitmap_ht, the_hs_circuitmap, circ); in hs_circuitmap_remove_circuit()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/hs/
H A Dhs_circuitmap.c525 tmp = HT_REMOVE(hs_circuitmap_ht, the_hs_circuitmap, circ); in hs_circuitmap_remove_circuit()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/container/
H A Dmap.c248 resolve = HT_REMOVE(prefix##_impl, &map->head, &search); \
/dports/security/tor/tor-0.4.6.8/src/lib/container/
H A Dmap.c248 resolve = HT_REMOVE(prefix##_impl, &map->head, &search); \
/dports/games/lbreakout2/lbreakout2-2.6.5/client/
H A Dbricks.c326 case HT_REMOVE: in client_handle_brick_hit()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/relay/
H A Ddns.c457 removed = HT_REMOVE(cache_map, &cache_root, resolve); in purge_expired_resolves()
1082 tmp = HT_REMOVE(cache_map, &cache_root, resolve);
1256 removed = HT_REMOVE(cache_map, &cache_root, resolve); in make_pending_resolve_cached()
/dports/security/tor/tor-0.4.6.8/src/feature/relay/
H A Ddns.c457 removed = HT_REMOVE(cache_map, &cache_root, resolve); in purge_expired_resolves()
1082 tmp = HT_REMOVE(cache_map, &cache_root, resolve);
1256 removed = HT_REMOVE(cache_map, &cache_root, resolve); in make_pending_resolve_cached()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/extra/libevent/
H A Dht-internal.h55 #define HT_REMOVE(name, head, elm) name##_HT_REMOVE((head), (elm)) macro
/dports/net-mgmt/lldpd/lldpd-1.0.8/libevent/
H A Dht-internal.h55 #define HT_REMOVE(name, head, elm) name##_HT_REMOVE((head), (elm)) macro

1234