Home
last modified time | relevance | path

Searched refs:table_node_t (Results 1 – 1 of 1) sorted by relevance

/NextBSD/lib/libnotify/
HDtable.c50 } table_node_t; typedef
56 table_node_t **bucket;
62 table_node_t *node;
85 t->bucket = (table_node_t **)calloc(t->bucket_count, sizeof(table_node_t *)); in _nc_table_new()
125 table_node_t *n; in _nc_table_find_get_key()
158 table_node_t *n; in _nc_table_find_64()
185 table_node_t *n; in _nc_table_insert_type()
196 n = (table_node_t *)malloc(sizeof(table_node_t)); in _nc_table_insert_type()
253 table_node_t *n; in _nc_table_insert_64()
264 n = (table_node_t *)malloc(sizeof(table_node_t)); in _nc_table_insert_64()
[all …]