Searched refs:againCount (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/webdavfs-352.92.2/webdavlib/
H A Dwebdavlib.c53 uint32_t againCount; // Counts how many retries due to EAGAIN member in struct:callback_ctx
281 if(++ctx->againCount > WEBDAVLIB_MAX_AGAIN_COUNT)
313 if ((tryAgain == FALSE) || (++ctx->againCount > WEBDAVLIB_MAX_AGAIN_COUNT)) {
616 if(++ctx->againCount > WEBDAVLIB_MAX_AGAIN_COUNT)
648 if ((tryAgain == FALSE) || (++ctx->againCount > WEBDAVLIB_MAX_AGAIN_COUNT)) {
1034 ctx->againCount = 0;

Completed in 100 milliseconds