Searched refs:TYPE_COMPRESS (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/pax/ |
H A D | pax.h | 152 #define TYPE_COMPRESS 'C' /* compress encoding type */ macro
|
H A D | pax-slt.c | 648 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 D | delta.c | 831 if ((type = *++s) != TYPE_COMPRESS && type != TYPE_DELTA) 863 ap->delta->compress = type == TYPE_COMPRESS;
|
H A D | format.c | 300 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