Searched refs:storeErrorRetry (Results 1 – 6 of 6) sorted by relevance
145 __nisdb_retry_t storeErrorRetry; member
252 m->storeErrorRetry.attempts = in initMappingStruct()253 ldapDBTableMapping.storeErrorRetry.attempts; in initMappingStruct()254 m->storeErrorRetry.timeout = in initMappingStruct()255 ldapDBTableMapping.storeErrorRetry.timeout; in initMappingStruct()
816 if (table_info->storeErrorRetry.attempts == NO_VALUE_SET) { in add_operation_attribute()819 table_info->storeErrorRetry.attempts = i; in add_operation_attribute()826 if (table_info->storeErrorRetry.timeout == in add_operation_attribute()830 table_info->storeErrorRetry.timeout = timeout; in add_operation_attribute()
1399 if (table_info->storeErrorRetry.attempts == NO_VALUE_SET) in get_attribute_list()1401 if (table_info->storeErrorRetry.timeout == in get_attribute_list()1465 if (table_info->storeErrorRetry.attempts == NO_VALUE_SET) in get_attribute_list()1467 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()