Home
last modified time | relevance | path

Searched refs:refreshErrorRetry (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnisdb_ldap.h149 __nisdb_retry_t refreshErrorRetry; member
H A Ddb_table.cc258 m->refreshErrorRetry.attempts = in initMappingStruct()
259 ldapDBTableMapping.refreshErrorRetry.attempts; in initMappingStruct()
260 m->refreshErrorRetry.timeout = in initMappingStruct()
261 ldapDBTableMapping.refreshErrorRetry.timeout; in initMappingStruct()
H A Dnis_parse_ldap_attr.c856 if (table_info->refreshErrorRetry.attempts == NO_VALUE_SET) { in add_operation_attribute()
858 table_info->refreshErrorRetry.attempts = i; in add_operation_attribute()
864 if (table_info->refreshErrorRetry.timeout == in add_operation_attribute()
868 table_info->refreshErrorRetry.timeout = timeout; in add_operation_attribute()
H A Dnis_parse_ldap_conf.c1407 if (table_info->refreshErrorRetry.attempts == NO_VALUE_SET) in get_attribute_list()
1409 if (table_info->refreshErrorRetry.timeout == in get_attribute_list()
1473 if (table_info->refreshErrorRetry.attempts == NO_VALUE_SET) in get_attribute_list()
1475 if (table_info->refreshErrorRetry.timeout == in get_attribute_list()
H A Dnis_parse_ldap_util.c148 table_info->refreshErrorRetry.attempts = NO_VALUE_SET; in initialize_parse_structs()
149 table_info->refreshErrorRetry.timeout = (time_t)NO_VALUE_SET; in initialize_parse_structs()
1062 if (table_info->refreshErrorRetry.attempts == NO_VALUE_SET) in set_default_values()
1063 table_info->refreshErrorRetry.attempts = in set_default_values()
1065 if (table_info->refreshErrorRetry.timeout == (time_t)NO_VALUE_SET) in set_default_values()
1066 table_info->refreshErrorRetry.timeout = in set_default_values()