Home
last modified time | relevance | path

Searched refs:omit_final_dot (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dmasterdump.c484 ncache_summary(dns_rdataset_t *rdataset, bool omit_final_dot, in ncache_summary() argument
514 CHECK(dns_name_totext(&name, omit_final_dot, target)); in ncache_summary()
555 dns_totext_ctx_t *ctx, bool omit_final_dot, in rdataset_totext() argument
614 RETERR(dns_name_totext(name, omit_final_dot, target)); in rdataset_totext()
743 RETERR(ncache_summary(rdataset, omit_final_dot, ctx, in rdataset_totext()
796 dns_totext_ctx_t *ctx, bool omit_final_dot, in question_totext() argument
811 RETERR(dns_name_totext(owner_name, omit_final_dot, target)); in question_totext()
862 bool omit_final_dot, bool question, isc_buffer_t *target) { in dns_rdataset_totext() argument
884 omit_final_dot, target)); in dns_rdataset_totext()
887 omit_final_dot, target)); in dns_rdataset_totext()
H A Dname.c1320 dns_name_totext(const dns_name_t *name, bool omit_final_dot, in dns_name_totext() argument
1324 if (omit_final_dot) { in dns_name_totext()
1346 bool omit_final_dot = ((options & DNS_NAME_OMITFINALDOT) != 0); in dns_name_totext2() local
1381 omit_final_dot = false; in dns_name_totext2()
1398 omit_final_dot = false; in dns_name_totext2()
1497 if (!saw_root || omit_final_dot) { in dns_name_totext2()
1514 dns_name_tofilenametext(const dns_name_t *name, bool omit_final_dot, in dns_name_tofilenametext() argument
1547 omit_final_dot = false; in dns_name_tofilenametext()
1621 if (omit_final_dot) { in dns_name_tofilenametext()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dmasterdump.c509 ncache_summary(dns_rdataset_t *rdataset, bool omit_final_dot, in ncache_summary()
543 omit_final_dot ? DNS_NAME_OMITFINALDOT : 0,
589 dns_totext_ctx_t *ctx, bool omit_final_dot, in rdataset_totext()
652 omit_final_dot ? DNS_NAME_OMITFINALDOT : 0, in rdataset_totext()
782 RETERR(ncache_summary(rdataset, omit_final_dot, ctx, in rdataset_totext()
833 dns_totext_ctx_t *ctx, bool omit_final_dot, in question_totext()
853 unsigned int opts = omit_final_dot ? DNS_NAME_OMITFINALDOT : 0; in question_totext()
904 bool omit_final_dot, bool question, isc_buffer_t *target) { in dns_master_questiontotext()
925 omit_final_dot, target);
928 omit_final_dot, targe in dump_rdataset()
481 ncache_summary(dns_rdataset_t * rdataset,bool omit_final_dot,dns_totext_ctx_t * ctx,isc_buffer_t * target) ncache_summary() argument
552 rdataset_totext(dns_rdataset_t * rdataset,const dns_name_t * owner_name,dns_totext_ctx_t * ctx,bool omit_final_dot,isc_buffer_t * target) rdataset_totext() argument
793 question_totext(dns_rdataset_t * rdataset,const dns_name_t * owner_name,dns_totext_ctx_t * ctx,bool omit_final_dot,isc_buffer_t * target) question_totext() argument
859 dns_rdataset_totext(dns_rdataset_t * rdataset,const dns_name_t * owner_name,bool omit_final_dot,bool question,isc_buffer_t * target) dns_rdataset_totext() argument
[all...]
H A Dname.c1039 bool omit_final_dot = ((options & DNS_NAME_OMITFINALDOT) != 0); in dns_name_fromregion()
1074 omit_final_dot = false; in dns_name_fromtext()
1091 omit_final_dot = false; in dns_name_fromtext()
1186 if (!saw_root || omit_final_dot) { in dns_name_fromtext()
1203 dns_name_tofilenametext(const dns_name_t *name, bool omit_final_dot, in dns_name_fromtext()
1236 omit_final_dot = false; in dns_name_fromtext()
1308 if (omit_final_dot) { in dns_name_fromtext()
1319 dns_name_totext(const dns_name_t * name,bool omit_final_dot,isc_buffer_t * target) dns_name_totext() argument
1345 bool omit_final_dot = ((options & DNS_NAME_OMITFINALDOT) != 0); dns_name_totext2() local
1512 dns_name_tofilenametext(const dns_name_t * name,bool omit_final_dot,isc_buffer_t * target) dns_name_tofilenametext() argument
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dname.h889 *\li if dns_name_isabsolute is false, then omit_final_dot is false
925 dns_name_tofilenametext(const dns_name_t *name, bool omit_final_dot,
933 *\li If 'omit_final_dot' is true, then the final '.' in absolute
H A Drdataset.h441 bool omit_final_dot, bool question, isc_buffer_t *target);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dname.h839 dns_name_totext(const dns_name_t *name, bool omit_final_dot,
905 dns_name_tofilenametext(const dns_name_t *name, bool omit_final_dot,
H A Drdataset.h353 bool omit_final_dot, bool question, isc_buffer_t *target);