Searched defs:RTZIPTARHDRGNU (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/zip/
H A Dtar.h142 typedef struct RTZIPTARHDRGNU struct
171 } RTZIPTARHDRGNU; typedef in typeref:struct:RTZIPTARHDRGNU
172 AssertCompileSize(RTZIPTARHDRGNU, 512);
173 AssertCompileMemberOffset(RTZIPTARHDRGNU, name, 0);
174 AssertCompileMemberOffset(RTZIPTARHDRGNU, mode, 100);
175 AssertCompileMemberOffset(RTZIPTARHDRGNU, uid, 108);
176 AssertCompileMemberOffset(RTZIPTARHDRGNU, gid, 116);
177 AssertCompileMemberOffset(RTZIPTARHDRGNU, size, 124);
178 AssertCompileMemberOffset(RTZIPTARHDRGNU, mtime, 136);
179 AssertCompileMemberOffset(RTZIPTARHDRGNU, chksu
[all...]

Completed in 42 milliseconds