Searched refs:extsize (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dmztools.c63 unsigned int extsize = READ_16(header + 28); /* extra field length */ local
98 if (extsize > 0) {
99 if (extsize < sizeof(extra)) {
100 if (fread(extra, 1, extsize, fpZip) == extsize) {
101 if (fwrite(extra, 1, extsize, fpOut) == extsize) {
102 offset += extsize;
163 WRITE_16(header + 30, extsize);
187 if (extsize >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dmztools.c63 unsigned int extsize = READ_16(header + 28); /* extra field length */ local
98 if (extsize > 0) {
99 if (extsize < sizeof(extra)) {
100 if (fread(extra, 1, extsize, fpZip) == extsize) {
101 if (fwrite(extra, 1, extsize, fpOut) == extsize) {
102 offset += extsize;
163 WRITE_16(header + 30, extsize);
187 if (extsize >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dmztools.c63 unsigned int extsize = READ_16(header + 28); /* extra field length */ local
93 if (extsize > 0) {
94 if (fread(extra, 1, extsize, fpZip) == extsize) {
95 if (fwrite(extra, 1, extsize, fpOut) == extsize) {
96 offset += extsize;
153 WRITE_16(header + 30, extsize);
177 if (extsize > 0) {
178 if (fwrite(extra, 1, extsize, fpOutC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dmztools.c63 unsigned int extsize = READ_16(header + 28); /* extra field length */ local
93 if (extsize > 0) {
94 if (fread(extra, 1, extsize, fpZip) == extsize) {
95 if (fwrite(extra, 1, extsize, fpOut) == extsize) {
96 offset += extsize;
153 WRITE_16(header + 30, extsize);
177 if (extsize > 0) {
178 if (fwrite(extra, 1, extsize, fpOutC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dpcompress.c57 .extsize = crypto_pcomp_extsize,
H A Dahash.c413 .extsize = crypto_ahash_extsize,
H A Dapi.c459 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg);
H A Dshash.c532 .extsize = crypto_shash_extsize,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl32.h226 __u32 extsize; /* new realtime extent size, fsblocks */ member in struct:compat_xfs_growfs_rt
H A Dxfs_ioctl32.c102 get_user(in->extsize, &arg32->extsize))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_iomap.c175 xfs_extlen_t extsize,
204 if (extsize) {
206 align = roundup_64(new_last_fsb, extsize);
208 align = extsize;
172 xfs_iomap_eof_align_last_fsb( xfs_mount_t *mp, xfs_inode_t *ip, xfs_extlen_t extsize, xfs_fileoff_t *last_fsb) argument
H A Dxfs_fs.h44 __u32 fsx_extsize; /* extsize field value (get/set)*/
267 __u32 extsize; /* new realtime extent size, fsblocks */ member in struct:xfs_growfs_rt
H A Dxfs_rtalloc.c1879 (sbp->sb_rblocks && (in->extsize != sbp->sb_rextsize)))
1897 do_div(nrextents, in->extsize);
1948 nsbp->sb_rextsize = in->extsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dalgapi.h25 unsigned int (*extsize)(struct crypto_alg *alg); member in struct:crypto_type

Completed in 401 milliseconds