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_info
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/dist/zlib/contrib/minizip/
miniunz.c
244
unz_file_info64
file_info
;
local
248
err = unzGetCurrentFileInfo64(uf,&
file_info
,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
254
if (
file_info
.uncompressed_size>0)
255
ratio = (uLong)((
file_info
.compressed_size*100)/
file_info
.uncompressed_size);
258
if ((
file_info
.flag & 1) != 0)
261
if (
file_info
.compression_method==0)
264
if (
file_info
.compression_method==Z_DEFLATED)
266
uInt iLevel=(uInt)((
file_info
.flag & 0x6)/2);
275
if (
file_info
.compression_method==Z_BZIP2ED
316
unz_
file_info
64
file_info
;
local
[
all
...]
unzip.c
778
unz_file_info64
file_info
;
local
803
if (unz64local_getShort(&s->z_filefunc, s->filestream,&
file_info
.version) != UNZ_OK)
806
if (unz64local_getShort(&s->z_filefunc, s->filestream,&
file_info
.version_needed) != UNZ_OK)
809
if (unz64local_getShort(&s->z_filefunc, s->filestream,&
file_info
.flag) != UNZ_OK)
812
if (unz64local_getShort(&s->z_filefunc, s->filestream,&
file_info
.compression_method) != UNZ_OK)
815
if (unz64local_getLong(&s->z_filefunc, s->filestream,&
file_info
.dosDate) != UNZ_OK)
818
unz64local_DosDateToTmuDate(
file_info
.dosDate,&
file_info
.tmu_date);
820
if (unz64local_getLong(&s->z_filefunc, s->filestream,&
file_info
.crc) != UNZ_OK)
825
file_info
.compressed_size = uL
[
all
...]
/src/lib/librefuse/
refuse.c
81
struct fuse_file_info
file_info
;
member in struct:refusenode
314
struct fuse_file_info *fi = rn->opencount > 0 ? &rn->
file_info
: NULL;
337
struct fuse_file_info *fi = rn->opencount > 0 ? &rn->
file_info
: NULL;
413
memcpy(&rn->
file_info
, fi, sizeof(struct fuse_file_info));
618
(void)fuse_fs_release(fuse->fs, path, &rn->
file_info
);
774
struct fuse_file_info *fi = &rn->
file_info
;
819
fi = &rn->
file_info
;
864
&rn->
file_info
);
895
&rn->
file_info
);
945
0, &rn->
file_info
, (enum fuse_readdir_flags)0)
[
all
...]
Completed in 19 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026