Lines Matching defs:uncompressed_seg
1471 uchar_t *uncompressed_seg = NULL;
1514 uncompressed_seg = (uchar_t *)malloc(segsize);
1516 if (compressed_seg == NULL || uncompressed_seg == NULL)
1603 rbytes = read(uncompfd, uncompressed_seg, segsize);
1617 (void) li->l_compress(uncompressed_seg, rbytes,
1633 (void) memcpy(compressed_seg + SEGHDR, uncompressed_seg,
1741 uncompressed_seg[i] = '\0';
1742 if (write(compfd, uncompressed_seg, offset) != offset)
1764 if (uncompressed_seg != NULL)
1765 free(uncompressed_seg);