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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dhash.h44 void hash_table_put (struct hash_table *, const void *, void *);
H A Dconvert.c798 hash_table_put (dl_file_url_map, xstrdup (file), xstrdup (url));
824 hash_table_put (dl_url_file_map, xstrdup (url), xstrdup (file));
841 hash_table_put (dl_url_file_map, xstrdup (from), xstrdup (file));
985 hash_table_put (downloaded_files_hash, xstrdup (file), ptr);
H A Dhtml-url.c199 hash_table_put (interesting_tags, known_tags[i].name, known_tags + i);
221 hash_table_put (intersect, *followed, t);
230 hash_table_put (interesting_attributes, additional_attributes[i], "1");
232 hash_table_put (interesting_attributes,
H A Dres.c508 hash_table_put (registered_specs, hp_old, specs);
512 hash_table_put (registered_specs, xstrdup (hp), specs);
H A Dhash.c78 hash_table_put -- establishes or updates key->value mapping.
426 hash_table_put (struct hash_table *ht, const void *key, void *value) function
472 garbage and slows down hash_table_get and hash_table_put. */
516 hash_table_put or hash_table_remove on that entry's key. That is
779 hash_table_put (ht, strdup (line), "here I am!");
H A Dcookies.c206 first time; next hash_table_put's reuse the same key. */
257 hash_table_put (jar->chains, chain_key, cookie);
313 hash_table_put (jar->chains, chain_key, victim->next);
H A Dconnect.c805 hash_table_put (transport_map, (void *)(intptr_t) fd, info);
H A Dhost.c612 hash_table_put (host_name_addresses_map, xstrdup_lower (host), al);
H A Dutils.c1383 hash_table_put (ht, xstrdup (s), "1");
H A Dhttp.c443 hash_table_put (basic_authed_hosts, xstrdup(hostname), NULL);

Completed in 174 milliseconds