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

/ast/src/cmd/pax/
H A Dpax.h153 #define TYPE_DELTA 'D' /* delta 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 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 : "");
H A Ddelta.c831 if ((type = *++s) != TYPE_COMPRESS && type != TYPE_DELTA)

Completed in 20 milliseconds