Lines Matching defs:nested_arch
23924 struct archive_info nested_arch;
23937 /* The NESTED_ARCH structure is used as a single-item cache of information
23940 nested_arch.file_name = NULL;
23941 nested_arch.file = NULL;
23942 nested_arch.index_array = NULL;
23943 nested_arch.sym_table = NULL;
23944 nested_arch.longnames = NULL;
23978 &nested_arch);
23983 = make_qualified_name (&arch, &nested_arch,
24088 name = get_archive_member_name (&arch, &nested_arch);
24097 qualified_name = make_qualified_name (&arch, &nested_arch, name);
24150 if (nested_arch.file == NULL)
24167 if (fseek64 (nested_arch.file, filedata->archive_file_offset,
24171 nested_arch.file_name);
24177 thin_filedata.handle = nested_arch.file;
24200 if (nested_arch.file != NULL)
24201 fclose (nested_arch.file);
24202 release_archive (&nested_arch);