Searched refs:retries (Results 1 - 25 of 95) sorted by relevance

1234

/macosx-10.10/ppp-786.1.1/Authenticators/Radius/
H A Dradius.h44 int retries; member in struct:auth_server
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Dresolv.tcl170 set R(retries) 0
194 && $R(retries) < [llength $R(search)]} {
196 set suffix [lindex $R(search) $R(retries)]
197 incr R(retries)
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/openct/
H A Dproto-t1.c74 t1->retries = 3;
161 unsigned int slen, retries, resyncs; local
175 retries = t1->retries;
189 retries--;
196 if (retries == 0)
224 if (retries == 0)
244 if (retries == 0)
270 if (retries == 0)
295 if (retries
743 unsigned int retries; local
[all...]
H A Dproto-t1.h66 unsigned int retries; member in struct:__anon5501
/macosx-10.10/BerkeleyDB-21/db/os_windows/
H A Dos_handle.c33 int ret, nrepeat, retries;
54 retries = 0;
82 if (++retries < DB_RETRY)
/macosx-10.10/cups-408/cups/cups/
H A Dgetputfile.c270 int retries; /* Number of retries */ local
298 retries = 0;
368 if (status == HTTP_STATUS_ERROR && !retries)
372 retries ++;
438 (status == HTTP_STATUS_ERROR && retries < 2));
/macosx-10.10/procmail-14/procmail/src/
H A Dlockfile.c65 int sleepsec,retries,invert,force,suspend,retval=EXIT_SUCCESS,virgin=1; local
70 sleepsec=DEFlocksleep;retries= -1;suspend=DEFsuspend;thepid=getpid();force=0;
93 { case 'r':retries=i;
112 \n\t-r nnn\tmake at most nnn retries before giving up on a lock\
199 switch(retries) /* await your turn like everyone else */
202 default:retries--; /* count sheep */
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_handle.c28 u_int nrepeat, retries; local
61 retries = 0;
149 if (++retries < DB_RETRY)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-modrdn.c78 int retries = RETRIES; local
140 case 'r': /* the number of retries */
141 if ( lutil_atoi( &retries, optarg ) != 0 ) {
173 loops, retries, delay, friendly, chaserefs );
H A Dslapd-modify.c77 int retries = RETRIES; local
143 case 'r': /* number of retries */
144 if ( lutil_atoi( &retries, optarg ) != 0 ) {
190 loops, retries, delay, friendly, chaserefs );
H A Dslapd-mtread.c95 int retries = RETRIES; variable
279 case 'r': /* the number of retries */
280 if ( lutil_atoi( &retries, optarg ) != 0 ) {
330 do_conn( uri, manager, &passwd, &ld, nobind, retries, 0 );
333 do_conn( uri, manager, &passwd, &lds[i], nobind, retries, i );
441 noattrs, nobind, loops, retries, delay, force,
445 noattrs, nobind, loops, retries, delay, force,
450 noattrs, nobind, loops, retries, delay, force,
H A Dslapd-addel.c82 int retries = RETRIES; local
145 case 'r': /* number of retries */
146 if ( lutil_atoi( &retries, optarg ) != 0 ) {
188 loops, retries, delay, friendly, chaserefs );
H A Dslapd-read.c99 int retries = RETRIES; local
179 case 'r': /* the number of retries */
180 if ( lutil_atoi( &retries, optarg ) != 0 ) {
226 noattrs, nobind, loops, retries, delay, force,
231 noattrs, nobind, loops, retries, delay, force,
H A Dslapd-search.c109 int retries = RETRIES; local
192 case 'r': /* number of retries */
193 if ( lutil_atoi( &retries, optarg ) != 0 ) {
250 loops, retries, delay, force, chaserefs );
256 loops, retries, delay, force, chaserefs );
H A Dslapd-tester.c121 char *retries = RETRIES; local
337 case 'r': /* the number of retries in case of error */
338 retries = strdup( optarg );
542 sargs[sanum++] = retries;
603 rargs[ranum++] = retries;
657 nargs[nanum++] = retries;
700 margs[manum++] = retries;
745 aargs[aanum++] = retries;
788 bargs[banum++] = retries;
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonRandom.c100 for (int retries = 5; retries && ccrng_generate(dev_rng_state, length, ptr); retries--)
101 if(retries == 0) return -1;
/macosx-10.10/diskdev_cmds-576/fdisk.tproj/
H A Dutil.h111 int pw_lock __P((int retries));
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dtftp.c131 int retries; member in struct:tftp_state_data
468 state->retries++;
469 if(state->retries>state->retry_max) {
592 state->retries = 0;
633 state->retries = 0;
652 state->retries++;
655 NEXT_BLOCKNUM(state->block), state->retries);
656 if(state->retries > state->retry_max) {
726 state->retries++;
728 if(state->retries>stat
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/ipc/
H A Dclient.c122 int ret, errorcode = -1, retries = 0; local
135 while (retries < 2) {
161 retries++;
167 if (retries >= 2)
252 int ret, retries = 0; local
304 while (retries < 2) {
320 retries++;
327 if (retries >= 2) {
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWAsyncPHYCommand.cpp197 void IOFWAsyncPHYCommand::setRetries( int retries )
199 fMaxRetries = retries;
/macosx-10.10/uucp-11/uucp/contrib/
H A DLogin.PortSel81 logerr Too many (20) wait/retries -- queue too busy.
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DLegacyNATTraversal.c76 // In the event of a port conflict, handleLNTPortMappingResponse then increments tcpInfo->retries and calls back to SendPortMapRequest to try again
79 #define RequestedPortNum(n) (mDNSVal16(mDNSIPPortIsZero((n)->RequestedPort) ? (n)->IntPort : (n)->RequestedPort) + (mDNSu16)(n)->tcpInfo.retries)
361 LogInfo("handleLNTPortMappingResponse: got a valid response, sending reply to natTraversalHandlePortMapReply(internal %d external %d retries %d)",
362 mDNSVal16(natInfo->IntPort), RequestedPortNum(natInfo), tcpInfo->retries);
364 // Make sure to compute extport *before* we zero tcpInfo->retries
366 tcpInfo->retries = 0;
376 if (tcpInfo->retries < 100)
378 tcpInfo->retries++; SendPortMapRequest(tcpInfo->m, natInfo);
379 mDNSASLLog((uuid_t *)&m->asl_uuid, "natt.legacy.PortMapRequest", "noop", "Conflict", "Retry %d", tcpInfo->retries);
383 LogMsg("handleLNTPortMappingResponse too many conflict retries
[all...]
/macosx-10.10/remote_cmds-47/rpc_yppasswdd.tproj/
H A Dpasswd.c90 pw_lock(retries)
91 int retries;
99 for (i = 0; i < retries && fd < 0 && errno == EEXIST; i++) {
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-unix.c369 volatile int retries; local
373 for (retries = 0; retries < 4; ++retries)
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Util/
H A DSemaphore.pm178 my $retries = $self->{semop_retries};
187 $retries-- > 0) {

Completed in 243 milliseconds

1234