Searched defs:hash_node (Results 1 – 2 of 2) sorted by relevance
49 struct hash_node { struct50 struct node link;51 const void *key;52 void *data;
277 xml_node_t *url_node, *hash_node; in download_cert() local