Searched refs:name_cache (Results 1 – 1 of 1) sorted by relevance
61 struct name_cache { struct77 static const char * lookup_gname_helper(struct name_cache *, id_t gid); argument78 static const char * lookup_uname_helper(struct name_cache *, id_t uid);96 struct name_cache *ucache = malloc(sizeof(struct name_cache)); in archive_read_disk_set_standard_lookup()97 struct name_cache *gcache = malloc(sizeof(struct name_cache)); in archive_read_disk_set_standard_lookup()123 struct name_cache *cache = (struct name_cache *)data; in cleanup()141 lookup_name(struct name_cache *cache, in lookup_name()142 const char * (*lookup_fn)(struct name_cache *, id_t), id_t id) in lookup_name() argument179 struct name_cache *uname_cache = (struct name_cache *)data; in lookup_uname()186 lookup_uname_helper(struct name_cache *cache, id_t id) in lookup_uname_helper()[all …]