Searched refs:EF_C_UNIX_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtanzip.c621 #define EF_C_UNIX_SIZE (EB_C_UT_SIZE + EB_C_UX2_SIZE) macro
625 csize += EF_C_UNIX_SIZE;
691 z->cext += EF_C_UNIX_SIZE;
692 cext += EF_C_UNIX_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/unix/
H A Dunix.c615 # define EF_C_UNIX_SIZE (EB_C_UT_SIZE + (UIDGID_ARE_16B ? EB_C_UX2_SIZE : 0)) macro
618 # define EF_C_UNIX_SIZE EB_C_UT_SIZE macro
623 if ((z->cextra = (char *)malloc(EF_C_UNIX_SIZE)) == NULL)
666 z->cext = EF_C_UNIX_SIZE;

Completed in 49 milliseconds