Searched refs:hash_node (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dhash.c14 struct hash_node struct
18 struct hash_node* p_prev;
19 struct hash_node* p_next;
28 struct hash_node** p_nodes;
32 struct hash_node** hash_get_bucket(struct hash* p_hash, void* p_key);
33 struct hash_node* hash_get_node_by_key(struct hash* p_hash, void* p_key);
45 size = sizeof(struct hash_node*) * buckets;
54 struct hash_node* p_node = hash_get_node_by_key(p_hash, p_key);
65 struct hash_node** p_bucket;
66 struct hash_node* p_new_nod
[all...]

Completed in 34 milliseconds