OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file_array
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_cab.c
262
struct cffile *
file_array
;
member in struct:cfheader
790
hd->
file_array
= calloc(
792
if (hd->
file_array
== NULL)
797
struct cffile *file = &(hd->
file_array
[i]);
914
file = &hd->
file_array
[hd->file_index++];
2042
if (hd->
file_array
!= NULL) {
2044
archive_string_free(&(hd->
file_array
[i].pathname));
2045
free(hd->
file_array
);
Completed in 26 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026