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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipcomp.h60 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);
/darwin-on-arm/xnu/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.
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c1120 decompress:
1127 ErrorLog("unexpected pagein during decompress\n");
1145 /* a decompress was attempted but it failed, let's try calling fetch again */
1146 goto decompress;
1332 decompress:
1345 /* a decompress was attempted but it failed, let's try fetching again */
1346 goto decompress;
1507 decompress:
1524 goto decompress;
1529 /* the file is compressed, so decompress i
[all...]

Completed in 26 milliseconds