Home
last modified time | relevance | path

Searched refs:z_extras (Results 1 – 7 of 7) sorted by relevance

/dports/games/gtkradiant/GPL/GtkRadiant/plugins/archivezip/
H A Dpkzip.h89 unsigned short z_extras; /* extra field length */ member
105 file_header.z_extras = istream_read_uint16_le(istream); in istream_read_zip_file_header()
106 istream.seek(file_header.z_namlen + file_header.z_extras, SeekableInputStream::cur); in istream_read_zip_file_header()
155 unsigned short z_extras; /* extra field length */ member
178 root_dirent.z_extras = istream_read_uint16_le(istream); in istream_read_zip_root_dirent()
184 …istream.seek(root_dirent.z_namlen + root_dirent.z_extras + root_dirent.z_comment, SeekableInputStr… in istream_read_zip_root_dirent()
/dports/games/netradiant/netradiant-20150621-src/plugins/archivezip/
H A Dpkzip.h84 unsigned short z_extras; /* extra field length */ member
99 file_header.z_extras = istream_read_uint16_le( istream ); in istream_read_zip_file_header()
100 istream.seek( file_header.z_namlen + file_header.z_extras, SeekableInputStream::cur ); in istream_read_zip_file_header()
148 unsigned short z_extras; /* extra field length */ member
170 root_dirent.z_extras = istream_read_uint16_le( istream ); in istream_read_zip_root_dirent()
176 …istream.seek( root_dirent.z_namlen + root_dirent.z_extras + root_dirent.z_comment, SeekableInputSt… in istream_read_zip_root_dirent()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/filesystem/pk3/
H A Dpkzip.h87 unsigned short z_extras; /* extra field length */ member
103 file_header.z_extras = istream_read_uint16_le(istream); in istream_read_zip_file_header()
104 istream.seek(file_header.z_namlen + file_header.z_extras, SeekableInputStream::cur); in istream_read_zip_file_header()
152 unsigned short z_extras; /* extra field length */ member
175 root_dirent.z_extras = istream_read_uint16_le(istream); in istream_read_zip_root_dirent()
181 …istream.seek(root_dirent.z_namlen + root_dirent.z_extras + root_dirent.z_comment, SeekableInputStr… in istream_read_zip_root_dirent()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/zziplib/include/zzip/
H A Dformat.h75 zzip_byte_t z_extras[2]; /* extra field length */ member
119 zzip_byte_t z_extras[2]; /* extra field length */ member
146 zzip_byte_t z_extras[2]; member
H A Dfetch.h92 #define zzip_file_header_get_extras(__p) ZZIP_GET16((__p)->z_extras)
93 #define zzip_file_header_set_extras(__p,__x) ZZIP_SET16((__p)->z_extras,(__x))
124 #define zzip_disk_entry_get_extras(__p) ZZIP_GET16((__p)->z_extras)
125 #define zzip_disk_entry_set_extras(__p,__x) ZZIP_SET16((__p)->z_extras,(__x))
/dports/devel/zziplib/zziplib-0.13.72/zzip/
H A Dformat.h73 zzip_byte_t z_extras[2]; /* extra field length */ member
117 zzip_byte_t z_extras[2]; /* extra field length */ member
144 zzip_byte_t z_extras[2]; member
H A Dfetch.h92 #define zzip_file_header_get_extras(__p) ZZIP_GET16((__p)->z_extras)
93 #define zzip_file_header_set_extras(__p,__x) ZZIP_SET16((__p)->z_extras,(__x))
124 #define zzip_disk_entry_get_extras(__p) ZZIP_GET16((__p)->z_extras)
125 #define zzip_disk_entry_set_extras(__p,__x) ZZIP_SET16((__p)->z_extras,(__x))