Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_disk_set_standard_lookup.c61 struct name_cache { struct
77 static const char * lookup_gname_helper(struct name_cache *, id_t gid); argument
78 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() argument
179 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 …]