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

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWAsyncCommand.cpp434 bool tryAgain = false; local
438 tryAgain = true;
441 if(!tryAgain)
451 tryAgain = true;
454 tryAgain = kIOReturnSuccess == fControl->handleAsyncTimeout(this);
460 tryAgain = false;
463 if(tryAgain)
H A DIOFireWireIRM.cpp269 bool tryAgain = !fLockCmd->locked( &fOldChannelsAvailable31_0 ); local
270 if( tryAgain && fLockRetries-- )
/macosx-10.9.5/CF-855.17/
H A DCFXMLPreferencesDomain.c309 static Boolean _writeXMLFile(CFURLRef url, CFMutableDictionaryRef dict, Boolean isWorldReadable, Boolean *tryAgain) { argument
312 *tryAgain = false;
336 *tryAgain = false;
345 *tryAgain = false;
351 *tryAgain = false;
365 *tryAgain = true;
384 *tryAgain = true;
496 Boolean success, tryAgain; local
525 success = _writeXMLFile((CFURLRef )context, domain->_domainDict, domain->_isWorldReadable, &tryAgain);
526 if (tryAgain) {
[all...]
/macosx-10.9.5/webdavfs-352.92.2/webdavlib/
H A Dwebdavlib.c81 static int handleStreamError(struct callback_ctx *ctx, boolean_t *tryAgain);
82 static int handleSSLErrors(struct callback_ctx *ctx, boolean_t *tryAgain);
215 boolean_t done, tryAgain; local
311 *err = handleStreamError(ctx, &tryAgain);
313 if ((tryAgain == FALSE) || (++ctx->againCount > WEBDAVLIB_MAX_AGAIN_COUNT)) {
343 boolean_t done, tryAgain; local
646 *err = handleStreamError(ctx, &tryAgain);
648 if ((tryAgain == FALSE) || (++ctx->againCount > WEBDAVLIB_MAX_AGAIN_COUNT)) {
738 handleStreamError(struct callback_ctx *ctx, boolean_t *tryAgain) argument
743 *tryAgain
795 handleSSLErrors(struct callback_ctx *ctx, boolean_t *tryAgain) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixXId.c380 goto tryAgain;
393 goto tryAgain;
412 tryAgain:
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixXId.c394 goto tryAgain;
407 goto tryAgain;
426 tryAgain:
/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Dhdb-od.c151 tryAgainP(krb5_context context, int *tryAgain, CFErrorRef *error) argument
153 if (*tryAgain <= 1)
160 (*tryAgain)--;
183 int tryAgain = MAX_TRIES; local
214 tryAgain = 0;
215 } while(resultArray == NULL && tryAgainP(context, &tryAgain, &error));
1290 int tryAgain = MAX_TRIES; local
1317 tryAgain = 0;
1320 } while(d->iter.odRecordArray == NULL && tryAgainP(context, &tryAgain, NULL));
1360 int tryAgain local
1661 int tryAgain = MAX_TRIES; local
[all...]
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOMbufMemoryCursor.cpp444 tryAgain:
514 goto tryAgain;
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTextIterator.cpp2573 tryAgain:
2585 goto tryAgain;
2589 goto tryAgain;
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DRequirementLexer.cpp224 goto tryAgain; // found SKIP token
239 tryAgain:;
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DRequirementLexer.cpp224 goto tryAgain; // found SKIP token
239 tryAgain:;

Completed in 155 milliseconds