Searched refs:compress (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/config/
H A Dcompress-man-pages.pl67 my(@compress, @links);
69 push(@compress, $_->[0]);
74 while(($count = scalar(@compress)) > 0) {
76 my @args = splice(@compress, 0, $_);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dipcomp.h59 int (*compress)(struct mbuf *, struct mbuf *, size_t *); member in struct:ipcomp_algorithm
H A Dipcomp_output.c159 /* if the payload is short enough, we don't need to compress */
206 /* compress data part */
207 if ((*algo->compress)(m, md, &plen) || mprev->m_next == NULL) {
/darwin-on-arm/xnu/libkern/zlib/
H A Dcompress.c28 /* compress.c -- compress a memory buffer
93 int ZEXPORT compress (dest, destLen, source, sourceLen) function
/darwin-on-arm/xnu/libkern/conf/
H A DMakefile.template33 compress.o_CWARNFLAGS_ADD = -Wno-cast-qual
/darwin-on-arm/xnu/bsd/net/
H A Dppp_comp.h89 int (*compress)(void *state, PACKETPTR *mret, member in struct:compressor
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccdigest.h53 void(*compress)(ccdigest_state_t state, unsigned long nblocks, member in struct:ccdigest_info
/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dcomp.c165 resp = compress(outbuf,&outsize,inbuf,insize);
/darwin-on-arm/xnu/libkern/libkern/
H A Dzconf.h64 # define compress z_compress macro
H A Dzlib.h552 compress them better. The effect of Z_FILTERED is to force more Huffman
1007 16: NO_GZCOMPRESS -- gz* functions cannot compress (to avoid linking
1038 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1046 This function can be used to compress a whole file at once if the
1048 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1072 compress() or compress2() on sourceLen bytes. It would be used before
1073 a compress() or compress2() call to allocate the destination buffer.
/darwin-on-arm/xnu/makedefs/
H A DMakeInc.dir814 ${SRCROOT}/config/compress-man-pages.pl ${DSTROOT}/${MANDIR}

Completed in 38 milliseconds