Searched refs:downloaded_files_hash (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 Dconvert.c917 static struct hash_table *downloaded_files_hash;
969 if (!downloaded_files_hash)
971 ptr = hash_table_get (downloaded_files_hash, file);
977 if (!downloaded_files_hash)
978 downloaded_files_hash = make_string_hash_table (0);
980 ptr = hash_table_get (downloaded_files_hash, file);
985 hash_table_put (downloaded_files_hash, xstrdup (file), ptr);
993 if (downloaded_files_hash)
996 for (hash_table_iterate (downloaded_files_hash, &iter);
1000 hash_table_destroy (downloaded_files_hash);
915 static struct hash_table *downloaded_files_hash; variable in typeref:struct:hash_table
[all...]

Completed in 98 milliseconds