Searched refs:cext (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atheos/
H A Datheos.c523 z->cext + EB_C_UT_SIZE > USHRT_MAX ) {
546 if( z->cextra && z->cext != 0 ) {
547 c_ef = (char *)realloc( z->cextra, z->cext + EB_C_UT_SIZE );
550 z->cext = 0;
556 c_ef += z->cext;
579 z->cext += EB_C_UT_SIZE;
598 z->cext + EB_C_UX2_SIZE > USHRT_MAX ) {
621 if( z->cextra && z->cext != 0 ) {
622 c_ef = (char *)realloc( z->cextra, z->cext + EB_C_UX2_SIZE );
625 z->cext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/beos/
H A Dbeos.c536 z->cext + EB_C_UT_SIZE > USHRT_MAX ) {
559 if( z->cextra && z->cext != 0 ) {
560 c_ef = (char *)realloc( z->cextra, z->cext + EB_C_UT_SIZE );
563 z->cext = 0;
569 c_ef += z->cext;
592 z->cext += EB_C_UT_SIZE;
611 z->cext + EB_C_UX2_SIZE > USHRT_MAX ) {
634 if( z->cextra && z->cext != 0 ) {
635 c_ef = (char *)realloc( z->cextra, z->cext + EB_C_UX2_SIZE );
638 z->cext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtanzip.c594 char *ext, *cext; local
605 z->ext = z->cext = 0;
635 cext = z->cextra;
638 *ext++ = *cext++ = 'T';
639 *ext++ = *cext++ = 'A';
640 *ext++ = *cext++ = (char)EB_TANDEM_SIZE; /*length of data part of e.f.*/
641 *ext++ = *cext++ = 0;
649 memcpy(cext, (char *)nsk_attr, EB_TANDEM_SIZE);
650 cext += EB_TANDEM_SIZE;
651 z->cext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dextrafld.c208 z->cext + EB_C_UT_SIZE > EF_SIZE_MAX ) {
225 if( z->cextra && z->cext != 0 ) {
226 c_ef = (char *)realloc( z->cextra, z->cext + EB_C_UT_SIZE );
229 z->cext = 0;
235 c_ef += z->cext;
258 z->cext += EB_C_UT_SIZE;
279 z->cext + EB_C_JLEE_SIZE > EF_SIZE_MAX ) {
298 if ( z->cextra && z->cext != 0 ) {
299 c_ef = (char *)realloc( z->cextra, z->cext + EB_C_JLEE_SIZE );
302 z->cext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipfile.c796 pTemp = get_extra_field( UTF8_PATH_EF_TAG, pZipListEntry->cextra, pZipListEntry->cext );
1006 pTemp = get_extra_field( ZIP64_EF_TAG, pZipListEntry->cextra, pZipListEntry->cext );
1135 pZipListEntry->cext = efsize;
1140 pExtraFieldPtr = get_extra_field(ZIP64_EF_TAG, pZipListEntry->cextra, pZipListEntry->cext);
1146 if ((pExtraFieldPtr = (char *) malloc(efsize + pZipListEntry->cext)) == NULL) {
1150 memmove(pExtraFieldPtr, pZipListEntry->cextra, pZipListEntry->cext);
1153 pExtraFieldPtr += pZipListEntry->cext;
1154 pZipListEntry->cext += efsize;
1163 /* if pZipListEntry->cextra == pExtraFieldPtr and pZipListEntry->cext == usTemp + efsize
1169 if( pZipListEntry->cext
[all...]
H A Dzipup.c491 if (z->cext) {
492 if ((tempcextra = malloc(z->cext)) == NULL) {
495 memcpy(tempcextra, z->cextra, z->cext);
496 tempcext = z->cext;
502 if (z->cext && z->extra != z->cextra) {
506 z->ext = z->cext = 0;
687 p = copy_nondup_extra_fields(tempcextra, tempcext, z->cextra, z->cext, &len);
689 z->cext = len;
728 /* (Assume ext, cext, com, and zname already filled in.) */
H A Dzip.c195 if (zfiles->cext && zfiles->cextra && zfiles->cextra != zfiles->extra)
401 tempzn += 4 + CENHEAD + z->nam + z->cext + z->com;
3947 tempzn += 4 + CENHEAD + z->nam + z->cext + z->com;
5278 if (z->cext && z->cextra != z->extra)
5385 if (z->cext && z->cextra != z->extra)
5407 if (z->cext && z->cextra != z->extra)
5537 z->ext = z->cext = z->com = 0;
5865 tempzn += 4 + CENHEAD + z->nam + z->cext + z->com;
H A Dzip.h157 ush nam, ext, cext, com; /* offset of ext must be >= LOCHEAD */ member in struct:zlist
164 char *cextra; /* Extra in central (set only if cext != 0) */
H A Dzipsplit.c719 /* New scanzip_reg only reads central directory so use cext for ext */
721 2 * (zoff_t)z->nam + 2 * (zoff_t)z->cext + z->com + z->siz;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dqdos.c745 if(z->cext)
746 eb_c_ptr = realloc(z->cextra, (z->cext + EF_C_UT_UX2_SIZE));
798 eb_c_ptr += z->cext;
799 z->cext += EF_C_UT_UX2_SIZE;
843 z->cext = sizeof(qdosextra);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/unix/
H A Dunix.c474 if (z->cext)
475 memcpy(cextra, z->cextra, z->cext);
556 memcpy((z->cextra) + z->cext, (z->extra) + z->ext, 4 + ef_data_size);
559 z->cext = z->cext + 4 + ef_data_size;
666 z->cext = EF_C_UNIX_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2zip.c985 eb_c_ptr = realloc(z->cextra, (z->cext + eb_c_size));
989 eb_c_ptr += z->cext;
990 z->cext += eb_c_size;
1042 GetEAs(z->name, &z->extra, &z->ext, &z->cextra, &z->cext);
1045 GetACL(z->name, &z->extra, &z->ext, &z->cextra, &z->cext);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms_pk.c521 z->cext = z->ext = (EB_HEADSIZE+ EB_UT_LEN( 1));
577 z->ext = z->cext = l;
H A Dvms_im.c163 z->cext = z->ext = (EB_HEADSIZE+ EB_UT_LEN( 1));
413 z->cext = z->ext = scan- xtra;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dhuman68k.c307 z->cext = z->ext = (EB_HEADSIZE+EB_UT_LEN(1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Damigazip.c397 z->cext = z->ext = (EB_HEADSIZE+EB_UT_LEN(1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/cmsmvs/
H A Dcmsmvs.c258 z->cext = z->ext = ef_l_len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32zip.c1901 if(z->cext)
1902 eb_c_ptr = realloc(z->cextra, (z->cext + EB_C_UT_SIZE));
1935 eb_c_ptr += z->cext;
1936 z->cext += EB_C_UT_SIZE;
1958 GetSD(z->name, &z->extra, &z->ext, &z->cextra, &z->cext);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dacornzip.c521 z->cext = z->ext = EF_SPARK_TOTALSIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/aosvs/
H A Daosvs.c429 z->cext = z->ext = sizeof(ZEXTRAFLD) - $MXACL + aclend + 4;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dtheos.c541 z->ext = z->cext = EB_L_TH_SIZE + EB_HEADSIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tops20/
H A Dtops20.c511 z->cext = z->ext = (EB_HEADSIZE+EB_UT_LEN(1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atari/
H A Datari.c618 z->cext = (EB_HEADSIZE+EB_UX_LEN(1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/novell/
H A DNetware.c815 z->cext = z->ext = (EB_HEADSIZE+EB_UT_LEN(1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmsdos.c669 z->cext = z->ext = (EB_HEADSIZE+EB_UT_LEN(1));

Completed in 224 milliseconds