Data Fields | |
struct hashtb * | ht |
const void * | key |
size_t | keysize |
size_t | extsize |
void * | data |
size_t | datasize |
void * | priv [3] |
Definition at line 73 of file hashtb.h.
void* hashtb_enumerator::data |
Definition at line 78 of file hashtb.h.
Referenced by age_forwarding(), ccn_cache_key(), ccn_clean_all_interests(), ccn_destroy(), ccn_express_interest(), ccn_get_public_key(), ccn_load_private_key(), ccn_locate_key(), ccn_matrix_getbounds(), ccn_notify_ccndid_changed(), ccn_process_scheduled_operations(), ccn_set_interest_filter_with_flags(), ccn_sign_content(), ccn_stuff_interest(), ccnd_collect_stats(), ccnd_destroy_face(), ccnd_getboundsocket(), ccnd_reg_prefix(), ccnd_shutdown_listeners(), check_dgram_faces(), check_nameprefix_entries(), check_propagating(), cleanout_stragglers(), collect_forwarding_html(), collect_forwarding_xml(), Dump(), finalize_content(), finalize_face(), finalize_interest_filter(), finalize_keystore(), finalize_nameprefix(), finalize_pkey(), finalize_propagating(), get_dgram_source(), is_duplicate_flooded(), main(), make_connection(), nameprefix_seek(), prepare_poll_fds(), process_incoming_content(), process_incoming_interest(), propagate_interest(), record_connection(), setpos(), setup_multicast(), and shutdown_client_fd().
size_t hashtb_enumerator::datasize |
Definition at line 79 of file hashtb.h.
Referenced by hashtb_start().
size_t hashtb_enumerator::extsize |
Definition at line 77 of file hashtb.h.
Referenced by Dump(), process_incoming_content(), record_connection(), and setpos().
struct hashtb* hashtb_enumerator::ht |
Definition at line 74 of file hashtb.h.
Referenced by ccn_matrix_getbounds(), finalize_content(), finalize_face(), finalize_nameprefix(), finalize_propagating(), finally(), hashtb_delete(), hashtb_end(), hashtb_next(), hashtb_seek(), hashtb_start(), and setpos().
const void* hashtb_enumerator::key |
Definition at line 75 of file hashtb.h.
Referenced by age_forwarding(), ccn_matrix_getbounds(), ccn_process_scheduled_operations(), collect_forwarding_html(), collect_forwarding_xml(), Dump(), finally(), get_dgram_source(), hashtb_delete(), hashtb_destroy(), process_incoming_content(), record_connection(), and setpos().
size_t hashtb_enumerator::keysize |
Definition at line 76 of file hashtb.h.
Referenced by age_forwarding(), ccn_process_scheduled_operations(), collect_forwarding_html(), collect_forwarding_xml(), Dump(), get_dgram_source(), process_incoming_content(), record_connection(), and setpos().
void* hashtb_enumerator::priv[3] |
Definition at line 80 of file hashtb.h.
Referenced by hashtb_delete(), hashtb_end(), hashtb_next(), and setpos().