HomeSort by: relevance | last modified time | path
    Searched refs:omit_final_dot (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
name.h 839 dns_name_totext(const dns_name_t *name, bool omit_final_dot,
849 *\li If 'omit_final_dot' is true, then the final '.' in absolute
869 *\li if dns_name_isabsolute == FALSE, then omit_final_dot == FALSE
905 dns_name_tofilenametext(const dns_name_t *name, bool omit_final_dot,
913 *\li If 'omit_final_dot' is true, then the final '.' in absolute
rdataset.h 353 bool omit_final_dot, bool question, isc_buffer_t *target);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
masterdump.c 484 ncache_summary(dns_rdataset_t *rdataset, bool omit_final_dot,
514 CHECK(dns_name_totext(&name, omit_final_dot, target));
555 dns_totext_ctx_t *ctx, bool omit_final_dot,
614 RETERR(dns_name_totext(name, omit_final_dot, target));
743 RETERR(ncache_summary(rdataset, omit_final_dot, ctx,
796 dns_totext_ctx_t *ctx, bool omit_final_dot,
811 RETERR(dns_name_totext(owner_name, omit_final_dot, target));
862 bool omit_final_dot, bool question, isc_buffer_t *target) {
884 omit_final_dot, target));
887 omit_final_dot, target))
    [all...]
name.c 1320 dns_name_totext(const dns_name_t *name, bool omit_final_dot,
1324 if (omit_final_dot) {
1346 bool omit_final_dot = ((options & DNS_NAME_OMITFINALDOT) != 0); local
1381 omit_final_dot = false;
1398 omit_final_dot = false;
1497 if (!saw_root || omit_final_dot) {
1514 dns_name_tofilenametext(const dns_name_t *name, bool omit_final_dot,
1547 omit_final_dot = false;
1621 if (omit_final_dot) {
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rdataset.h 441 bool omit_final_dot, bool question, isc_buffer_t *target);
name.h 889 *\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
  /src/external/mpl/bind/dist/lib/dns/
name.c 1037 bool omit_final_dot = ((options & DNS_NAME_OMITFINALDOT) != 0); local
1072 omit_final_dot = false;
1089 omit_final_dot = false;
1184 if (!saw_root || omit_final_dot) {
1201 dns_name_tofilenametext(const dns_name_t *name, bool omit_final_dot,
1234 omit_final_dot = false;
1306 if (omit_final_dot) {
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
asyncserver.py 1328 qctx.qname.to_text(omit_final_dot=True),
1355 qname = response.question[0].name.to_text(omit_final_dot=True)

Completed in 57 milliseconds