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

/xnu-2422.115.4/bsd/netinet6/
H A Dipcomp.h58 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) {
/xnu-2422.115.4/libkern/conf/
H A DMakefile.template30 compress.o_CWARNFLAGS_ADD = -Wno-cast-qual
76 compress.o_CWARNFLAGS_ADD = -Wno-cast-qual
/xnu-2422.115.4/libkern/zlib/
H A Dcompress.c28 /* compress.c -- compress a memory buffer
93 int ZEXPORT compress (dest, destLen, source, sourceLen) function
/xnu-2422.115.4/bsd/net/
H A Dppp_comp.h89 int (*compress)(void *state, PACKETPTR *mret, member in struct:compressor
/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dccdigest.h53 void(*compress)(ccdigest_state_t state, unsigned long nblocks, member in struct:ccdigest_info
/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A Dcomp.c165 resp = compress(outbuf,&outsize,inbuf,insize);
/xnu-2422.115.4/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.
/xnu-2422.115.4/bsd/kern/
H A Duipc_socket2.c1540 int eor = 0, compress = (!(sb->sb_flags & SB_NOCOMPRESS)); local
1544 /* There is nothing to compress; just update the tail */
1553 if (compress && m->m_len == 0 && (eor == 0 ||
1560 if (compress && n != NULL && (n->m_flags & M_EOR) == 0 &&

Completed in 196 milliseconds