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

/bind-9.11.3/lib/isc/
H A Dhttpd.c799 z_stream zstr; local
816 memset(&zstr, 0, sizeof(zstr));
817 zstr.total_in = zstr.avail_in =
818 zstr.total_out = zstr.avail_out = inputlen;
820 zstr.next_in = isc_buffer_base(&httpd->bodybuffer);
821 zstr.next_out = r.base;
823 ret = deflateInit(&zstr, Z_DEFAULT_COMPRESSIO
[all...]
/bind-9.11.3/lib/dns/
H A Dzone.c13693 const char *zstr; local
13704 zstr = "managed-keys-zone";
13707 zstr = "redirect-zone";
13710 zstr = "zone";
13714 level, "%s: %s %s: %s", me, zstr, zone->strnamerd,

Completed in 57 milliseconds