Searched refs:hctx_valid (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c239 char hctx_valid; member in struct:zip
1315 if (zip->hctx_valid) {
1460 if (zip->hctx_valid) {
1625 trailing_extra = zip->hctx_valid ? AUTH_CODE_SIZE : 0;
1650 || (zip->hctx_valid
1653 if (zip->hctx_valid) {
1681 if (zip->hctx_valid) {
2699 if (zip->hctx_valid)
2703 if (zip->hctx_valid) {
3014 if (zip->cctx_valid || zip->hctx_valid)
[all...]
H A Darchive_write_set_format_zip.c142 char hctx_valid; member in struct:zip
572 if (zip->hctx_valid)
574 zip->tctx_valid = zip->cctx_valid = zip->hctx_valid = 0;
1034 zip->cctx_valid = zip->hctx_valid = 1;
1186 if (zip->hctx_valid) {
1407 if (zip->hctx_valid)

Completed in 206 milliseconds