Searched refs:storeErrorRetry (Results 1 – 6 of 6) sorted by relevance
147 __nisdb_retry_t storeErrorRetry; member
251 m->storeErrorRetry.attempts = in initMappingStruct()252 ldapDBTableMapping.storeErrorRetry.attempts; in initMappingStruct()253 m->storeErrorRetry.timeout = in initMappingStruct()254 ldapDBTableMapping.storeErrorRetry.timeout; in initMappingStruct()
818 if (table_info->storeErrorRetry.attempts == NO_VALUE_SET) { in add_operation_attribute()821 table_info->storeErrorRetry.attempts = i; in add_operation_attribute()828 if (table_info->storeErrorRetry.timeout == in add_operation_attribute()832 table_info->storeErrorRetry.timeout = timeout; in add_operation_attribute()
1406 if (table_info->storeErrorRetry.attempts == NO_VALUE_SET) in get_attribute_list()1408 if (table_info->storeErrorRetry.timeout == in get_attribute_list()1472 if (table_info->storeErrorRetry.attempts == NO_VALUE_SET) in get_attribute_list()1474 if (table_info->storeErrorRetry.timeout == in get_attribute_list()
145 table_info->storeErrorRetry.attempts = NO_VALUE_SET; in initialize_parse_structs()146 table_info->storeErrorRetry.timeout = (time_t)NO_VALUE_SET; in initialize_parse_structs()1053 if (table_info->storeErrorRetry.attempts == NO_VALUE_SET) in set_default_values()1054 table_info->storeErrorRetry.attempts = in set_default_values()1056 if (table_info->storeErrorRetry.timeout == (time_t)NO_VALUE_SET) in set_default_values()1057 table_info->storeErrorRetry.timeout = in set_default_values()
201 __nisdb_retry_t *storeRetry = &ldapDBTableMapping.storeErrorRetry; in write_to_dit()217 storeRetry = &ldapDBTableMapping.storeErrorRetry; in write_to_dit()