Home
last modified time | relevance | path

Searched defs:qb_map (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libqb/libqb-2.0.3/lib/
H A Dmap_int.h49 struct qb_map { struct
50 qb_map_put_func put; argument
51 qb_map_get_func get; argument
52 qb_map_rm_func rm; argument
53 qb_map_count_get_func count_get; argument
54 qb_map_destroy_func destroy; argument
55 qb_map_iter_create_func iter_create; argument
56 qb_map_iter_next_func iter_next; argument
57 qb_map_iter_free_func iter_free; argument
58 qb_map_notify_add_func notify_add; argument
[all …]
/dports/net/corosync2/corosync-2.4.5/exec/
H A Dicmap.c56 qb_map_t *qb_map; member