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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dconvert.h35 extern struct hash_table *dl_url_file_map;
H A Dconvert.c52 struct hash_table *dl_url_file_map; variable in typeref:struct:hash_table
122 local_name = hash_table_get (dl_url_file_map, u->url);
653 /* Book-keeping code for dl_file_url_map, dl_url_file_map,
660 if (!dl_url_file_map) \
661 dl_url_file_map = make_string_hash_table (0); \
727 hash_table_remove (dl_url_file_map, mapping_url);
736 /* Remove all associations from various URLs to FILE from dl_url_file_map. */
742 hash_table_for_each (dl_url_file_map, dissociate_urls_from_file_mapper,
771 && !hash_table_contains (dl_url_file_map, url))
784 multiple entries in dl_url_file_map
[all...]
H A Drecur.c258 if (dl_url_file_map && hash_table_contains (dl_url_file_map, url))
260 file = xstrdup (hash_table_get (dl_url_file_map, url));

Completed in 85 milliseconds