Searched refs:nRetry (Results 1 – 2 of 2) sorted by relevance
340 int nRetry = 5; in closeDoc() local341 while(nRetry>0) in closeDoc()350 nRetry = 0; in closeDoc()365 if (nRetry > 0) in closeDoc()367 --nRetry; in closeDoc()
1413 sal_Int32 nRetry = RETRY_STORE_ON_FULL_DISC_FOREVER; in implts_flushConfigItem() local1425 nRetry = 0; in implts_flushConfigItem()1442 if (nRetry > RETRY_STORE_ON_MIGHT_FULL_DISC_USEFULL) in implts_flushConfigItem()1445 if (nRetry <= GIVE_UP_RETRY) in implts_flushConfigItem()1448 --nRetry; in implts_flushConfigItem()1451 while(nRetry>0); in implts_flushConfigItem()2443 sal_Int32 nRetry = RETRY_STORE_ON_FULL_DISC_FOREVER; in implts_saveOneDoc() local2456 nRetry = 0; in implts_saveOneDoc()2478 if (nRetry <= GIVE_UP_RETRY) in implts_saveOneDoc()2481 --nRetry; in implts_saveOneDoc()[all …]
Completed in 54 milliseconds