Searched refs:OUTBUFSIZ (Results 1 – 4 of 4) sorted by relevance
899 # define OUTBUFSIZ INBUFSIZ macro901 # define RAWBUFSIZ (OUTBUFSIZ>>1)903 # define RAWBUFSIZ ((OUTBUFSIZ>>1) - (OUTBUFSIZ>>7))905 # define TRANSBUFSIZ (OUTBUFSIZ-RAWBUFSIZ)919 # define OUTBUFSIZ 0xFF80 /* can't malloc arrays of 0xFFE8 or more */ macro923 # define OUTBUFSIZ (lenEOL*WSIZE) /* more efficient text conversion */ macro924 # define TRANSBUFSIZ (lenEOL*OUTBUFSIZ)931 # define RAWBUFSIZ OUTBUFSIZ
157 outbufsiz = OUTBUFSIZ; in unshrink()
819 transbufsiz = OUTBUFSIZ;821 (unsigned)OUTBUFSIZ));2027 block_len = OUTBUFSIZ; /* for the while statement, first time */2033 MIN((unsigned)OUTBUFSIZ, comment_bytes_left))) == 0)
183 G.outbuf = (uch *)malloc(OUTBUFSIZ + 1); /* 1 extra for string term. */ in process_zipfiles()