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

/haiku-fatelf/src/bin/network/wget/src/
H A Dcookies.c75 /* Cookie chains indexed by domain. */ member in struct:cookie_jar
76 struct hash_table *chains;
89 jar->chains = make_nocase_string_hash_table (0);
162 All cookies can be reached beginning with jar->chains. The key in
180 chain = hash_table_get (jar->chains, cookie->domain);
214 if (hash_table_get_pair (jar->chains, cookie->domain,
257 hash_table_put (jar->chains, chain_key, cookie);
285 if (!hash_table_count (jar->chains))
302 res = hash_table_get_pair (jar->chains, victim->domain,
309 hash_table_remove (jar->chains, victi
962 struct cookie **chains; local
[all...]
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dstack.cpp68 ChainList chains; member in struct:family
81 static struct chain* Lookup(hash_table* chains, int family, int type,
83 static struct chain* Add(hash_table* chains, int family, int type,
85 static struct chain* Add(hash_table* chains, int family, int type,
87 static void DeleteChains(hash_table* chains);
135 TRACE(("family %d unused, uninit chains\n", type));
138 ChainList::Iterator iterator = chains.GetIterator();
209 //parent->chains.Add(this);
224 //parent->chains.Remove(this);
335 chain::Lookup(hash_table* chains, in argument
343 Add(hash_table* chains, int family, int type, int protocol, va_list modules) argument
385 Add(hash_table* chains, int family, int type, int protocol, ...) argument
398 DeleteChains(hash_table* chains) argument
[all...]

Completed in 39 milliseconds