![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Data Fields | |
bool(* | init )(struct tar_sparse_file *) |
bool(* | done )(struct tar_sparse_file *) |
bool(* | sparse_member_p )(struct tar_sparse_file *) |
bool(* | dump_header )(struct tar_sparse_file *) |
bool(* | fixup_header )(struct tar_sparse_file *) |
bool(* | decode_header )(struct tar_sparse_file *) |
bool(* | scan_block )(struct tar_sparse_file *, enum sparse_scan_state, void *) |
bool(* | dump_region )(struct tar_sparse_file *, size_t) |
bool(* | extract_region )(struct tar_sparse_file *, size_t) |
bool(* decode_header) (struct tar_sparse_file *) |
bool(* done) (struct tar_sparse_file *) |
bool(* dump_header) (struct tar_sparse_file *) |
bool(* dump_region) (struct tar_sparse_file *, size_t) |
bool(* extract_region) (struct tar_sparse_file *, size_t) |
bool(* fixup_header) (struct tar_sparse_file *) |
bool(* init) (struct tar_sparse_file *) |
bool(* scan_block) (struct tar_sparse_file *, enum sparse_scan_state, void *) |
bool(* sparse_member_p) (struct tar_sparse_file *) |