OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:omit_final_dot
(Results
1 - 2
of
2
) sorted by relevancy
/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/dhcp/bind/dist/lib/dns/
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
) {
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026