Searched refs:fnsize (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dmztools.c62 unsigned int fnsize = READ_16(header + 26); /* file name length */ local
75 if (fnsize > 0) {
76 if (fnsize < sizeof(filename)) {
77 if (fread(filename, 1, fnsize, fpZip) == fnsize) {
78 if (fwrite(filename, 1, fnsize, fpOut) == fnsize) {
79 offset += fnsize;
162 WRITE_16(header + 28, fnsize);
174 if (fnsize >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dmztools.c62 unsigned int fnsize = READ_16(header + 26); /* file name length */ local
75 if (fnsize > 0) {
76 if (fnsize < sizeof(filename)) {
77 if (fread(filename, 1, fnsize, fpZip) == fnsize) {
78 if (fwrite(filename, 1, fnsize, fpOut) == fnsize) {
79 offset += fnsize;
162 WRITE_16(header + 28, fnsize);
174 if (fnsize >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dmztools.c62 unsigned int fnsize = READ_16(header + 26); /* file name length */ local
75 if (fnsize > 0) {
76 if (fread(filename, 1, fnsize, fpZip) == fnsize) {
77 if (fwrite(filename, 1, fnsize, fpOut) == fnsize) {
78 offset += fnsize;
152 WRITE_16(header + 28, fnsize);
164 if (fnsize > 0) {
165 if (fwrite(filename, 1, fnsize, fpOutC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dmztools.c62 unsigned int fnsize = READ_16(header + 26); /* file name length */ local
75 if (fnsize > 0) {
76 if (fread(filename, 1, fnsize, fpZip) == fnsize) {
77 if (fwrite(filename, 1, fnsize, fpOut) == fnsize) {
78 offset += fnsize;
152 WRITE_16(header + 28, fnsize);
164 if (fnsize > 0) {
165 if (fwrite(filename, 1, fnsize, fpOutC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dfat.c135 static size_t fat_read_lfn(uint8_t *filename, size_t fnsize, argument
178 fnlen = volume_id_set_unicode16(filename, fnsize, buffer, LE, len);
186 static size_t fat_read_filename(uint8_t *filename, size_t fnsize, argument
193 len = fat_read_lfn(filename, fnsize, dir, entry);
212 static size_t get_fat_attr_volume_id(uint8_t *filename, size_t fnsize, argument
238 return fat_read_filename(filename, fnsize, dir, &dir[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_decodeurl.c66 const size_t fnsize,
235 URLCopyToken(fn, fnsize, lastslash + 1, strlen(lastslash + 1));
61 FTPDecodeURL( const FTPCIPtr cip, char *const url, FTPLineListPtr cdlist, char *const fn, const size_t fnsize, int *const xtype, int *const wantnlst ) argument
H A Dncftp.h884 int FTPDecodeURL(const FTPCIPtr cip, char *const url, FTPLineListPtr cdlist, char *const fn, const size_t fnsize, int *const xtype, int *const wantnlst);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dutil.c933 size_t fnsize
955 rc = FTPDecodeURL(cip, url, cdlist, fn, fnsize, NULL, NULL);

Completed in 135 milliseconds