Lines Matching defs:nRetry
47257 static void winLogIoerr(int nRetry, int lineno){
47258 if( nRetry ){
47261 winIoerrRetryDelay*nRetry*(nRetry+1)/2, lineno
47804 int nRetry = 0; /* Number of retrys */
47848 if( winRetryIoerr(&nRetry, &lastErrno) ) continue;
47855 winLogIoerr(nRetry, __LINE__);
47881 int nRetry = 0; /* Number of retries */
47937 if( winRetryIoerr(&nRetry, &lastErrno) ) continue;
47972 winLogIoerr(nRetry, __LINE__);