Home
last modified time | relevance | path

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

/src/contrib/libarchive/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 …]
/src/contrib/libarchive/cpio/
H A Dcpio.h69 struct name_cache *uname_cache;
70 struct name_cache *gname_cache;
H A Dcpio.c74 struct name_cache { struct
89 static void free_cache(struct name_cache *cache); argument
1346 free_cache(struct name_cache *cache) in free_cache()
1361 lookup_name(struct cpio *cpio, struct name_cache **name_cache_variable, in lookup_name()
1365 struct name_cache *cache; in lookup_name()
1371 *name_cache_variable = calloc(1, sizeof(struct name_cache)); in lookup_name()
/src/contrib/libarchive/tar/
H A Dbsdtar.h85 struct name_cache *gname_cache; /* for write.c */
91 struct name_cache *uname_cache; /* for write.c */