Searched defs:hash_node_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsctl/common/
H A Dnsc_hash.h37 } hash_node_t; typedef in typeref:struct:hash_node_s
39 hash_node_t **nsc_create_hash(void);
40 int nsc_insert_node(hash_node_t **, void *, const char *);
41 void *nsc_lookup(hash_node_t **, const char *);
42 void *nsc_remove_node(hash_node_t **, char *);
43 void nsc_remove_all(hash_node_t **, void (*)(void *));

Completed in 50 milliseconds