Searched refs:rawversion (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/bin/check/
H A Dcheck-tool.h36 const isc_uint32_t rawversion);
H A Dnamed-checkzone.c109 isc_uint32_t rawversion = 1, serialnum = 0; local
469 rawversion = strtol(outputformatstr + 4, &end, 10);
471 rawversion > 1U) {
546 outputformat, outputstyle, rawversion);
H A Dcheck-tool.c742 const isc_uint32_t rawversion)
769 rawversion);
740 dump_zone(const char *zonename, dns_zone_t *zone, const char *filename, dns_masterformat_t fileformat, const dns_master_style_t *style, const isc_uint32_t rawversion) argument
/bind-9.11.3/lib/dns/
H A Dmasterdump.c1537 isc_uint32_t rawversion, now32; local
1586 rawversion = 1;
1588 rawversion = 0;
1591 isc_buffer_putuint32(&buffer, rawversion);
1594 if (rawversion == 1) {
H A Dzone.c10424 dns_masterformat_t format, const isc_uint32_t rawversion)
10442 if (rawversion == 0)
10460 const isc_uint32_t rawversion)
10462 return (dumptostream(zone, fd, style, format, rawversion));
10423 dumptostream(dns_zone_t *zone, FILE *fd, const dns_master_style_t *style, dns_masterformat_t format, const isc_uint32_t rawversion) argument
10458 dns_zone_dumptostream3(dns_zone_t *zone, FILE *fd, dns_masterformat_t format, const dns_master_style_t *style, const isc_uint32_t rawversion) argument
/bind-9.11.3/bin/tests/system/masterformat/
H A Dtests.sh37 rawversion () { function
105 [ "`rawversion ns1/example.db.raw`" = 1 ] || ret=1
106 [ "`rawversion ns1/example.db.raw1`" = 1 ] || ret=1
107 [ "`rawversion ns1/example.db.compat`" = 0 ] || ret=1
108 [ "`rawversion ns1/example.db.map`" = 1 ] || ret=1
150 [ "`rawversion ns2/formerly-text.db`" = 1 ] || ret=1
/bind-9.11.3/lib/dns/include/dns/
H A Dzone.h610 const isc_uint32_t rawversion);
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c138 static isc_uint32_t rawversion = 1, serialnum = 0; variable
3543 rawversion = strtol(outputformatstr + 4, &end, 10);
3545 rawversion > 1U) {
3815 if (rawversion == 0U)

Completed in 79 milliseconds