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

/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c137 char tctx_valid; member in struct:zip
576 zip->tctx_valid = zip->cctx_valid = zip->hctx_valid = 0;
1017 if (!zip->tctx_valid) {
1021 zip->tctx_valid = 1;
1040 if (zip->tctx_valid || zip->cctx_valid) {
1047 if (zip->tctx_valid) {
1089 if (zip->tctx_valid) {
1150 if (zip->tctx_valid) {
H A Darchive_read_support_format_zip.c200 char tctx_valid; member in struct:zip
1215 if (zip->tctx_valid || zip->cctx_valid) {
1220 if (zip->tctx_valid) {
1316 if (zip->tctx_valid || zip->cctx_valid) {
1340 if (zip->tctx_valid) {
1394 if (zip->tctx_valid || zip->cctx_valid) {
1671 if (zip->tctx_valid)
1723 zip->tctx_valid = 1;
2128 zip->tctx_valid = zip->cctx_valid = zip->hctx_valid = 0;
2993 zip->tctx_valid
[all...]

Completed in 68 milliseconds