Status and Return Codes
Non-negative codes indicating successful operations, streams conditions, or encoding requirements.
Defines
| Name | |
|---|---|
| MPTAR_OK Operation completed successfully. |
|
| MPTAR_EOF End of Archive reached (two consecutive null blocks). |
|
| MPTAR_NEEDS_PAX Item cannot fit in standard USTAR and requires a PAX extended header. |
Macros Documentation
define MPTAR_OK
#define MPTAR_OK 0
Operation completed successfully.
define MPTAR_EOF
#define MPTAR_EOF 1
End of Archive reached (two consecutive null blocks).
define MPTAR_NEEDS_PAX
#define MPTAR_NEEDS_PAX 2
Item cannot fit in standard USTAR and requires a PAX extended header.
Updated on 2026-07-23 at 20:07:34 +0000