Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnisdb/
H A Dnisdb_ldap.h151 __nisdb_retry_t refreshErrorRetry; member
H A Ddb_table.cc255 m->refreshErrorRetry.attempts = in initMappingStruct()
256 ldapDBTableMapping.refreshErrorRetry.attempts; in initMappingStruct()
257 m->refreshErrorRetry.timeout = in initMappingStruct()
258 ldapDBTableMapping.refreshErrorRetry.timeout; in initMappingStruct()
H A Dnis_parse_ldap_attr.c858 if (table_info->refreshErrorRetry.attempts == NO_VALUE_SET) { in add_operation_attribute()
860 table_info->refreshErrorRetry.attempts = i; in add_operation_attribute()
866 if (table_info->refreshErrorRetry.timeout == in add_operation_attribute()
870 table_info->refreshErrorRetry.timeout = timeout; in add_operation_attribute()
H A Dnis_parse_ldap_conf.c1412 if (table_info->refreshErrorRetry.attempts == NO_VALUE_SET) in get_attribute_list()
1414 if (table_info->refreshErrorRetry.timeout == in get_attribute_list()
1478 if (table_info->refreshErrorRetry.attempts == NO_VALUE_SET) in get_attribute_list()
1480 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()