Lines Matching refs:errorCount

185     int errorCount = 0;  in PROPFIND()  local
210 errorCount++; in PROPFIND()
211 bRetry = handleException( e, errorCount ); in PROPFIND()
228 int errorCount = 0; in PROPFIND() local
251 errorCount++; in PROPFIND()
252 bRetry = handleException( e, errorCount ); in PROPFIND()
268 int errorCount = 0; in PROPPATCH() local
290 errorCount++; in PROPPATCH()
291 bRetry = handleException( e, errorCount ); in PROPPATCH()
308 int errorCount = 0; in HEAD() local
331 errorCount++; in HEAD()
332 bRetry = handleException( e, errorCount ); in HEAD()
348 int errorCount = 0; in GET() local
370 errorCount++; in GET()
371 bRetry = handleException( e, errorCount ); in GET()
389 int errorCount = 0; in GET() local
411 errorCount++; in GET()
412 bRetry = handleException( e, errorCount ); in GET()
430 int errorCount = 0; in GET() local
454 errorCount++; in GET()
455 bRetry = handleException( e, errorCount ); in GET()
476 int errorCount = 0; in GET() local
499 errorCount++; in GET()
500 bRetry = handleException( e, errorCount ); in GET()
521 int errorCount = 0; in GET() local
544 errorCount++; in GET()
545 bRetry = handleException( e, errorCount ); in GET()
604 int errorCount = 0; in PUT() local
629 errorCount++; in PUT()
630 bRetry = handleException( e, errorCount ); in PUT()
654 int errorCount = 0; in POST() local
684 errorCount++; in POST()
685 bRetry = handleException( e, errorCount ); in POST()
717 int errorCount = 0; in POST() local
747 errorCount++; in POST()
748 bRetry = handleException( e, errorCount ); in POST()
770 int errorCount = 0; in MKCOL() local
791 errorCount++; in MKCOL()
792 bRetry = handleException( e, errorCount ); in MKCOL()
810 int errorCount = 0; in COPY() local
833 errorCount++; in COPY()
834 bRetry = handleException( e, errorCount ); in COPY()
852 int errorCount = 0; in MOVE() local
875 errorCount++; in MOVE()
876 bRetry = handleException( e, errorCount ); in MOVE()
891 int errorCount = 0; in DESTROY() local
912 errorCount++; in DESTROY()
913 bRetry = handleException( e, errorCount ); in DESTROY()
930 int errorCount = 0; in LOCK() local
952 errorCount++; in LOCK()
953 bRetry = handleException( e, errorCount ); in LOCK()
972 int errorCount = 0;
995 errorCount++;
996 bRetry = handleException( e, errorCount );
1014 int errorCount = 0; in UNLOCK() local
1035 errorCount++; in UNLOCK()
1036 bRetry = handleException( e, errorCount ); in UNLOCK()
1175 sal_Bool DAVResourceAccess::handleException( DAVException & e, int errorCount ) in handleException() argument
1195 errorCount < 3 ) in handleException()