Searched refs:timeout (Results 176 - 200 of 1252) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dprcvar.h77 ** The timeout has two well known values, PR_INTERVAL_NO_TIMEOUT and
80 ** wait. If the timeout has a value of PR_INTERVAL_NO_WAIT, the effect
84 ** Any other value for timeout will cause the thread to be rescheduled
94 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dprcvar.h77 ** The timeout has two well known values, PR_INTERVAL_NO_TIMEOUT and
80 ** wait. If the timeout has a value of PR_INTERVAL_NO_WAIT, the effect
84 ** Any other value for timeout will cause the thread to be rescheduled
94 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dkq++.h47 const timespec *timeout = NULL);
48 unsigned operator () (KEvent *events, unsigned eventCount, const timespec *timeout = NULL)
49 { return operator () (NULL, NULL, events, eventCount, timeout); }
52 bool receive(KEvent &event, const timespec *timeout = NULL);
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Dccid_usb.h46 int InterruptRead(int reader_index, int timeout);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/os2/
H A Dpoll.c22 apr_int32_t *nsds, apr_interval_time_t timeout)
63 if (timeout > 0) {
64 timeout /= 1000; /* convert microseconds to milliseconds */
67 i = select(pollset, num_read, num_write, num_except, timeout);
/macosx-10.9.5/apr-30/apr/apr/poll/os2/
H A Dpoll.c22 apr_int32_t *nsds, apr_interval_time_t timeout)
63 if (timeout > 0) {
64 timeout /= 1000; /* convert microseconds to milliseconds */
67 i = select(pollset, num_read, num_write, num_except, timeout);
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dcontext_p.h41 unsigned int timeout; /*%< time to wait for reply */ member in struct:lwres_context
/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dlib1502.c85 struct timeval timeout; local
94 timeout.tv_sec = 1;
95 timeout.tv_usec = 0;
101 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
/macosx-10.9.5/curl-78.94.1/curl/tests/unit/
H A Dunit1303.c50 #define TIMEOUTS(x,y) data->set.timeout = x; data->set.connecttimeout = y
74 long timeout; variable
81 {BASE + 10, 0, 10000, 8000, FALSE, -1, "timeout is -1, expired"},
87 {BASE + 8, 0, 10000, 8000, TRUE, -1, "timeout is -1, expired"},
90 /* no connect timeout set, not connecting */
93 {BASE + 10, 0, 10000, 0, FALSE, -1, "timeout is -1, expired"},
96 /* no connect timeout set, connecting */
99 {BASE + 10, 0, 10000, 0, FALSE, -1, "timeout is -1, expired"},
102 /* only connect timeout set, not connecting */
103 {BASE + 4, 0, 0, 10000, FALSE, 0, "no timeout activ
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/pid/
H A Dtst.fork.d95 timeout = timestamp + 5000000000;
99 /timestamp > timeout/
/macosx-10.9.5/postfix-252/postfix/src/tls/
H A Dtls.h241 int timeout; member in struct:__anon11832
257 #define tls_client_stop(ctx, stream, timeout, failure, TLScontext) \
258 tls_session_stop(ctx, (stream), (timeout), (failure), (TLScontext))
304 int timeout; /* TLS handshake timeout */ member in struct:__anon11834
317 #define tls_server_stop(ctx, stream, timeout, failure, TLScontext) \
318 tls_session_stop(ctx, (stream), (timeout), (failure), (TLScontext))
364 #define tls_bio_connect(fd, timeout, context) \
365 tls_bio((fd), (timeout), (context), SSL_connect, \
367 #define tls_bio_accept(fd, timeout, contex
[all...]
H A Dtls_prng.h20 int timeout; /* time limit of applicable */ member in struct:TLS_PRNG_SRC
H A Dtls_prng_file.c9 /* TLS_PRNG_SRC *tls_prng_file_open(name, timeout)
11 /* int timeout;
35 /* .IP timeout
83 TLS_PRNG_SRC *tls_prng_file_open(const char *name, int timeout) argument
97 fh->timeout = timeout;
125 fh->timeout, (void *) 0)) < 0) {
H A Dtls_scache.h28 int timeout; /* smtp(d)_tls_session_cache_timeout */ member in struct:__anon11839
H A Dtls_session.c9 /* void tls_session_stop(ctx, stream, timeout, failure, TLScontext)
12 /* int timeout;
80 void tls_session_stop(TLS_APPL_STATE *unused_ctx, VSTREAM *stream, int timeout, argument
101 retval = tls_bio_shutdown(vstream_fileno(stream), timeout, TLScontext);
103 tls_bio_shutdown(vstream_fileno(stream), timeout, TLScontext); local
/macosx-10.9.5/ppp-727.90.1/Authenticators/Radius/
H A Dradius.h43 int timeout; member in struct:auth_server
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dnet_write.c51 time_t timeout)
65 if (timeout != 0) {
66 tv.tv_sec = timeout;
47 krb5_net_write_block(krb5_context context, void *p_fd, const void *buf, size_t len, time_t timeout) argument
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecAKSWrappers.c74 uint64_t timeout = 60ull;
75 secnotice("lockassertions", "Requesting lock assertion for %lld seconds", timeout);
76 status = aks_assert_hold(keybagHandle, lockAssertType, timeout);
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecAKSWrappers.c74 uint64_t timeout = 60ull;
75 secnotice("lockassertions", "Requesting lock assertion for %lld seconds", timeout);
76 status = aks_assert_hold(keybagHandle, lockAssertType, timeout);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/virtual-time/
H A Dstop.pl169 my($timeout, @servers) = @_;
174 while ($timeout > 0 && @pid_files > 0) {
177 $timeout--;
/macosx-10.9.5/cups-372.4/cups/backend/
H A Drunloop.c52 struct timeval timeout; /* Timeout for read... */ local
77 timeout.tv_sec = 0;
78 timeout.tv_usec = 0;
80 if (select(nfds, &input, NULL, NULL, &timeout) < 0)
167 struct timeval timeout; /* Timeout for select() */ local
241 timeout.tv_sec = 5;
242 timeout.tv_usec = 0;
244 if (select(nfds, &input, &output, NULL, &timeout) < 0)
445 struct timeval timeout; /* Timeout for select() */ local
472 timeout
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFUserNotification.h68 by default. A timeout is also specified, which determines how long the
69 notification should be supplied to the user (if zero, it will not timeout).
74 using a run loop source. CFUserNotificationReceiveResponse has a timeout
92 CFUserNotificationRef CFUserNotificationCreate(CFAllocatorRef allocator, CFTimeInterval timeout, CFOptionFlags flags, SInt32 *error, CFDictionaryRef dictionary);
95 SInt32 CFUserNotificationReceiveResponse(CFUserNotificationRef userNotification, CFTimeInterval timeout, CFOptionFlags *responseFlags);
104 SInt32 CFUserNotificationUpdate(CFUserNotificationRef userNotification, CFTimeInterval timeout, CFOptionFlags flags, CFDictionaryRef dictionary);
116 SInt32 CFUserNotificationDisplayNotice(CFTimeInterval timeout, CFOptionFlags flags, CFURLRef iconURL, CFURLRef soundURL, CFURLRef localizationURL, CFStringRef alertHeader, CFStringRef alertMessage, CFStringRef defaultButtonTitle);
119 SInt32 CFUserNotificationDisplayAlert(CFTimeInterval timeout, CFOptionFlags flags, CFURLRef iconURL, CFURLRef soundURL, CFURLRef localizationURL, CFStringRef alertHeader, CFStringRef alertMessage, CFStringRef defaultButtonTitle, CFStringRef alternateButtonTitle, CFStringRef otherButtonTitle, CFOptionFlags *responseFlags);
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dclnt_simple.c94 struct timeval timeout, tottimeout; local
120 timeout.tv_usec = 0;
121 timeout.tv_sec = 5;
128 (uint32_t)versnum, timeout, &crp->socket)) == NULL)
132 (u_long)versnum, timeout, &crp->socket)) == NULL)
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMTimer.cpp81 int DOMTimer::install(ScriptExecutionContext* context, PassOwnPtr<ScheduledAction> action, int timeout, bool singleShot) argument
86 DOMTimer* timer = new DOMTimer(context, action, timeout, singleShot);
89 InspectorInstrumentation::didInstallTimer(context, timer->m_timeoutId, timeout, singleShot);
96 // timeout IDs have to be positive, and 0 and -1 are unsafe to
179 double DOMTimer::intervalClampedToMinimum(int timeout, double minimumTimerInterval) const argument
181 double intervalMilliseconds = max(oneMillisecond, timeout * oneMillisecond);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/Transport/
H A DTCP.pm67 my $timeout = $sock->timeout;
73 return unless $select->can_write($timeout);
89 my $timeout = $sock->timeout;
95 return unless $select->can_read($timeout);
208 my @ready = $session_set->wait($sock->timeout);

Completed in 232 milliseconds

1234567891011>>