Home
last modified time | relevance | path

Searched refs:lookup_key (Results 1 – 3 of 3) sorted by relevance

/external/avahi/avahi-core/
Dcache.c105 static AvahiCacheEntry *lookup_key(AvahiCache *c, AvahiKey *k) { in lookup_key() function
135 for (e = lookup_key(c, pattern); e; e = n) { in avahi_cache_walk()
300 if ((first = lookup_key(c, r->key))) { in avahi_cache_update()
/external/mesa3d/include/GL/
Dvms_x_fix.h920 #define lbr$lookup_key LBR$LOOKUP_KEY
/external/v8/tools/
Dgrokdump.py1809 lookup_key = (self.ContainingKnownOldSpaceName(tagged_address), offset)
1810 known_obj_name = KNOWN_OBJECTS.get(lookup_key)