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

/ast/src/cmd/pax/
H A Dpax.h152 #define TYPE_COMPRESS 'C' /* compress encoding type */ macro
H A Dpax-slt.c648 sfsprintf(slt->buf, sizeof(slt->buf), "UVL1 %-6.6s%c%-6.6s%010ld%010ld ", ID, ap->delta->compress ? TYPE_COMPRESS : TYPE_DELTA, ((Compress_format_t*)ap->delta->format)->variant, state.operation == OUT ? (long)ap->size : (long)0, state.operation == OUT ? ap->checksum : 0L);
H A Ddelta.c831 if ((type = *++s) != TYPE_COMPRESS && type != TYPE_DELTA)
863 ap->delta->compress = type == TYPE_COMPRESS;
H A Dformat.c300 sfprintf(np, "%c%s%c%c%c%s", INFO_SEP, ID, INFO_SEP, ap->delta->compress ? TYPE_COMPRESS : TYPE_DELTA, INFO_SEP, (dp = (Delta_format_t*)ap->delta->format->data) ? dp->variant : "");

Completed in 26 milliseconds