Lines Matching refs:attempts
107 * Also handles retry attempts, on failure, and interpretation of
142 /* Loop 'attempts' times of forever if -1 */
143 for (count = retrieveRetry->attempts; (0 <= count) ||
144 (-1 == retrieveRetry->attempts); count --) {
161 if (0 != retrieveRetry->attempts)
179 * Also handles retry attempts, on failure, and interpretation of
219 /* Loop 'attempts' times of forever if -1 */
220 for (count = storeRetry->attempts; (0 <= count) ||
221 (-1 == storeRetry->attempts); count --) {
255 if (0 != storeRetry->attempts)