Searched refs:decompress (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Dipcomp.h59 int (*decompress)(struct mbuf *, struct mbuf *, size_t *); member in struct:ipcomp_algorithm
H A Dipcomp_input.c161 error = (*algo->decompress)(m, m->m_next, &newlen);
194 /* packet too big after decompress */
307 error = (*algo->decompress)(m, md, &newlen);
/xnu-2782.1.97/bsd/net/
H A Dppp_comp.h104 int (*decompress)(void *state, PACKETPTR mp, PACKETPTR *dmpp); member in struct:compressor
113 * Return values for decompress routine.
/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c1134 decompress:
1141 ErrorLog("unexpected pagein during decompress\n");
1159 /* a decompress was attempted but it failed, let's try calling fetch again */
1160 goto decompress;
1361 decompress:
1374 /* a decompress was attempted but it failed, let's try fetching again */
1375 goto decompress;
1537 decompress:
1554 goto decompress;
1559 /* the file is compressed, so decompress i
[all...]

Completed in 27 milliseconds