Home
last modified time | relevance | path

Searched refs:zstr (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c1412 z_stream zstr; in decompress_ctf() local
1415 zstr.zalloc = (alloc_func)0; in decompress_ctf()
1416 zstr.zfree = (free_func)0; in decompress_ctf()
1417 zstr.opaque = (voidpf)0; in decompress_ctf()
1419 zstr.next_in = (Bytef *)cbuf; in decompress_ctf()
1420 zstr.avail_in = cbufsz; in decompress_ctf()
1421 zstr.next_out = (Bytef *)dbuf; in decompress_ctf()
1422 zstr.avail_out = dbufsz; in decompress_ctf()
1426 (rc = inflateEnd(&zstr)) != Z_OK) { in decompress_ctf()
1432 zstr.total_in, zstr.total_out, (caddr_t)zstr.next_in - cbuf); in decompress_ctf()
[all …]
/freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c1050 z_stream zstr; in main() local
1057 bzero(&zstr, sizeof (z_stream)); in main()
1058 zstr.next_in = (void *)cd.cd_ctfdata; in main()
1059 zstr.avail_in = cd.cd_ctflen; in main()
1060 zstr.next_out = buf; in main()
1061 zstr.avail_out = hp->cth_stroff + hp->cth_strlen; in main()
1063 if ((rc = inflateInit(&zstr)) != Z_OK) in main()
1066 if ((rc = inflate(&zstr, Z_FINISH)) != Z_STREAM_END) in main()
1069 if ((rc = inflateEnd(&zstr)) != Z_OK) in main()
1072 if (zstr.total_out != hp->cth_stroff + hp->cth_strlen) in main()
/freebsd-13.1/contrib/unbound/validator/
H A Dval_anchor.c1049 const char** zstr; in anchors_apply_cfg() local
1057 for(zstr = as112_zones; *zstr; zstr++) { in anchors_apply_cfg()
1058 if(!anchor_insert_insecure(anchors, *zstr)) { in anchors_apply_cfg()
1059 log_err("error in insecure-lan-zones: %s", *zstr); in anchors_apply_cfg()
/freebsd-13.1/contrib/unbound/services/
H A Dlocalzone.c873 const char** zstr; in local_zone_enter_defaults() local
961 for(zstr = as112_zones; *zstr; zstr++) { in local_zone_enter_defaults()
962 if(!add_empty_default(zones, cfg, *zstr)) { in local_zone_enter_defaults()
H A Dauthzone.c1934 char zstr[255+1]; in auth_zone_zonemd_check_hash() local
1935 dname_str(z->name, zstr); in auth_zone_zonemd_check_hash()
1936 verbose(VERB_ALGO, "auth-zone %s ZONEMD hash is correct", zstr); in auth_zone_zonemd_check_hash()
1946 char zstr[255+1]; in auth_zone_zonemd_check_hash() local
1947 dname_str(z->name, zstr); in auth_zone_zonemd_check_hash()
1948 verbose(VERB_ALGO, "auth-zone %s ZONEMD failed: %s", zstr, *reason); in auth_zone_zonemd_check_hash()
7887 char zstr[255+1]; in auth_zone_zonemd_fail() local
7890 dname_str(z->name, zstr); in auth_zone_zonemd_fail()
7903 log_warn("auth zone %s: ZONEMD verification failed: %s", zstr, reason); in auth_zone_zonemd_fail()
7908 "not blocking zone %s", zstr); in auth_zone_zonemd_fail()