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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dghash.in.h73 gconstpointer lookup_key,
H A Dghash.c293 * @lookup_key: the key to look up.
306 gconstpointer lookup_key,
314 node = *g_hash_table_lookup_node (hash_table, lookup_key);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dghash.in.h73 gconstpointer lookup_key,
H A Dghash.c293 * @lookup_key: the key to look up.
306 gconstpointer lookup_key,
314 node = *g_hash_table_lookup_node (hash_table, lookup_key);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dcache.c108 static AvahiCacheEntry *lookup_key(AvahiCache *c, AvahiKey *k) { function
138 for (e = lookup_key(c, pattern); e; e = n) {
303 if ((first = lookup_key(c, r->key))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dhash.c354 hash_table_get_pair (const struct hash_table *ht, const void *lookup_key, argument
357 struct cell *c = find_cell (ht, lookup_key);

Completed in 106 milliseconds