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

/macosx-10.10.1/IOFireWireFamily-456/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.10.1/webdavfs-367/webdavlib/
H A Dwebdavlib.c94 static int handleStreamError(struct callback_ctx *ctx, boolean_t *tryAgain, CFReadStreamRef rdStream, CFURLRef a_url);
95 static int handleSSLErrors(struct callback_ctx *ctx, boolean_t *tryAgain, CFReadStreamRef rdStream, CFURLRef a_url);
523 boolean_t done, tryAgain; local
619 *err = handleStreamError(ctx, &tryAgain, rdStream, a_url);
621 if ((tryAgain == FALSE) || (++ctx->againCount > WEBDAVLIB_MAX_AGAIN_COUNT)) {
651 boolean_t done, tryAgain; local
954 *err = handleStreamError(ctx, &tryAgain, rdStream, a_url);
956 if ((tryAgain == FALSE) || (++ctx->againCount > WEBDAVLIB_MAX_AGAIN_COUNT)) {
1046 handleStreamError(struct callback_ctx *ctx, boolean_t *tryAgain, CFReadStreamRef rdStream,CFURLRef a_url) argument
1051 *tryAgain
1107 handleSSLErrors(struct callback_ctx *ctx, boolean_t *tryAgain, CFReadStreamRef readStreamRef, CFURLRef a_url) argument
[all...]
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixXId.c380 goto tryAgain;
393 goto tryAgain;
412 tryAgain:
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixXId.c394 goto tryAgain;
407 goto tryAgain;
426 tryAgain:
/macosx-10.10.1/Heimdal-398.1.2/lib/hdb/
H A Dhdb-od.c152 tryAgainP(krb5_context context, int *tryAgain, CFErrorRef *error) argument
154 if (*tryAgain <= 1)
161 (*tryAgain)--;
184 int tryAgain = MAX_TRIES; local
215 tryAgain = 0;
216 } while(resultArray == NULL && tryAgainP(context, &tryAgain, &error));
1424 int tryAgain = MAX_TRIES; local
1451 tryAgain = 0;
1454 } while(d->iter.odRecordArray == NULL && tryAgainP(context, &tryAgain, NULL));
1494 int tryAgain local
1797 int tryAgain = MAX_TRIES; local
[all...]
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOMbufMemoryCursor.cpp444 tryAgain:
514 goto tryAgain;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A DRequirementLexer.cpp224 goto tryAgain; // found SKIP token
239 tryAgain:;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DRequirementLexer.cpp224 goto tryAgain; // found SKIP token
239 tryAgain:;

Completed in 187 milliseconds