Searched defs:auto_service (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c1590 int auto_service = FALSE; local
1607 auto_service = TRUE;
1626 if (auto_service) {
H A Dns_writes.c281 int auto_service = FALSE; local
302 auto_service = TRUE;
327 if (mapping == NULL && auto_service &&
580 if (mapping == NULL && auto_service &&
H A Dns_reads.c324 int auto_service = FALSE; local
339 auto_service = TRUE;
349 } else if (auto_service) {
446 if ((flags & NS_LDAP_NOMAP) == 0 && auto_service &&
481 if (mapping == NULL && auto_service &&
648 if (mapping == NULL && auto_service)
1081 int auto_service = FALSE; local
1099 auto_service = TRUE;
1108 if (mapping == NULL && auto_service)
1327 if (info[i]->mapping == NULL && auto_service) {
[all...]

Completed in 76 milliseconds