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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dconnect.c775 static struct hash_table *transport_map;
803 if (!transport_map)
804 transport_map = hash_table_new (0, NULL, NULL);
805 hash_table_put (transport_map, (void *)(intptr_t) fd, info);
816 struct transport_info *info = hash_table_get (transport_map, (void *)(intptr_t) fd);
824 transport_map will not be unnoticed.
833 if (!transport_map) \
839 info = hash_table_get (transport_map, (void *)(intptr_t) fd); \
956 if (transport_map)
957 info = hash_table_get (transport_map, (voi
769 static struct hash_table *transport_map; variable in typeref:struct:hash_table
[all...]

Completed in 74 milliseconds