Searched defs:packed_len_long (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1536 uLongf packed_len_long = packed_len; local
1537 if (uncompress(packed, &packed_len_long, compressed, len) != Z_OK ||
1538 packed_len_long != packed_len) {

Completed in 54 milliseconds