Searched refs:timeout (Results 201 - 225 of 1144) sorted by relevance

1234567891011>>

/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dsimple_exec_w32.c43 * specified timeout occurs.
53 * - 0 Don't timeout again
54 * - n Seconds to next timeout
58 * @param[in] timeout Seconds to first timeout.
63 * @retval SE_E_EXECTIMEOUT exec timeout
70 void *ptr, time_t timeout)
83 dtimeout = (DWORD) ((timeout == 0)? INFINITE: timeout * 1000);
101 timeout
69 wait_for_process_timed(pid_t pid, time_t (*func)(void *), void *ptr, time_t timeout) argument
338 simple_execvp_timed(const char *file, char *const args[], time_t (*func)(void *), void *ptr, time_t timeout) argument
367 simple_execve_timed(const char *file, char *const args[], char *const envp[], time_t (*func)(void *), void *ptr, time_t timeout) argument
[all...]
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dpmap_getport.c81 pmap_getport_timeout(struct sockaddr_in *address, uint32_t program, uint32_t version, uint32_t protocol, struct timeval *timeout, struct timeval *totaltimeout) argument
91 if (timeout != NULL) real_t = *timeout;
/macosx-10.10/apr-32/apr-util/apr-util/buckets/
H A Dapr_buckets_pipe.c25 apr_interval_time_t timeout; local
28 apr_file_pipe_timeout_get(p, &timeout);
39 apr_file_pipe_timeout_set(p, timeout);
H A Dapr_buckets_socket.c25 apr_interval_time_t timeout; local
28 apr_socket_timeout_get(p, &timeout);
39 apr_socket_timeout_set(p, timeout);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Dstop.pl176 my($timeout, @servers) = @_;
181 while ($timeout > 0 && @pid_files > 0) {
184 $timeout--;
/macosx-10.10/postfix-255/postfix/src/util/
H A Dfifo_trigger.c9 /* int fifo_trigger(service, buf, len, timeout)
13 /* int timeout;
26 /* .IP timeout
58 int fifo_trigger(const char *service, const char *buf, ssize_t len, int timeout) argument
88 non_blocking(fd, timeout > 0 ? NON_BLOCKING : BLOCKING);
89 if (write_buf(fd, buf, len, timeout) < 0)
/macosx-10.10/ruby-106/ruby/ext/-test-/old_thread_select/
H A Dold_thread_select.c41 old_thread_select(VALUE klass, VALUE r, VALUE w, VALUE e, VALUE timeout) argument
50 if (!NIL_P(timeout)) {
51 tv = rb_time_timeval(timeout);
/macosx-10.10/Heimdal-398.1.2/plugins/KDCProxy/
H A Dclient.c20 time_t timeout,
37 timeoutInterval:(NSTimeInterval)timeout];
67 time_t timeout,
106 ret = requestToURL(context, urls[n], timeout, msgdata, retdata);
18 requestToURL(krb5_context context, const char *curl, time_t timeout, NSData *outdata, krb5_data *retdata) argument
64 send_to_realm(krb5_context context, void *ctx, krb5_const_realm realm, time_t timeout, const krb5_data *outdata, krb5_data *retdata) argument
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-poll.c40 poll(struct pollfd *fds, nfds_t nfds, int timeout) argument
81 /* poll timeout is msec, select is timeval (sec + usec) */
82 if (timeout >= 0) {
83 tv.tv_sec = timeout / 1000;
84 tv.tv_usec = (timeout % 1000) * 1000;
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dccid_usb.h47 int InterruptRead(int reader_index, int timeout);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSGeolocationCustom.cpp51 static void setTimeout(PositionOptions* options, const double& timeout) argument
54 if (!(std::isinf(timeout) && (timeout > 0))) {
56 options->setTimeout(std::max<int>(0, timeout));
91 if (!dictionary.tryGetProperty("timeout", options.get(), setTimeout))
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_thread_cond.h82 * the timeout is reached. Each condition variable must be associated
91 * @param timeout The amount of time in microseconds to wait. This is
98 apr_interval_time_t timeout);
/macosx-10.10/apr-32/apr/apr/locks/os2/
H A Dthread_cond.c40 apr_interval_time_t timeout){
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib1515.c81 struct timeval timeout; local
88 timeout.tv_sec = 1;
89 timeout.tv_usec = 0;
92 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
H A Dlib555.c117 struct timeval timeout; local
121 timeout.tv_sec = 0;
122 timeout.tv_usec = 100000L; /* 100 ms */
143 select_test(maxfd+1, &fdread, &fdwrite, &fdexcep, &timeout);
/macosx-10.10/emacs-93/emacs/lisp/
H A Dgs.el158 (timeout 40))
175 (not (zerop timeout)))
178 (setq timeout (1- timeout)))
/macosx-10.10/libdispatch-442.1.4/dispatch/
H A Dsemaphore.h77 * @param timeout
78 * When to timeout (see dispatch_time). As a convenience, there are the
82 * Returns zero on success, or non-zero if the timeout occurred.
87 dispatch_semaphore_wait(dispatch_semaphore_t dsema, dispatch_time_t timeout);
/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_proxy.h37 int timeout; member in struct:SMTPD_PROXY
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls.h383 int timeout; member in struct:__anon11834
401 #define tls_client_stop(ctx, stream, timeout, failure, TLScontext) \
402 tls_session_stop(ctx, (stream), (timeout), (failure), (TLScontext))
447 int timeout; /* TLS handshake timeout */ member in struct:__anon11836
460 #define tls_server_stop(ctx, stream, timeout, failure, TLScontext) \
461 tls_session_stop(ctx, (stream), (timeout), (failure), (TLScontext))
506 #define tls_bio_connect(fd, timeout, context) \
507 tls_bio((fd), (timeout), (context), SSL_connect, \
509 #define tls_bio_accept(fd, timeout, contex
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr029/
H A Dt.c21 db_timeout_t timeout; local
160 /* lock timeout: reset at run-time. */
166 assert(dbenv->get_timeout(dbenv, &timeout, DB_SET_LOCK_TIMEOUT) == 0);
167 assert(timeout == 37);
171 assert(dbenv->get_timeout(dbenv, &timeout, DB_SET_LOCK_TIMEOUT) == 0);
172 assert(timeout == 63);
174 /* txn timeout: reset at run-time. */
180 assert(dbenv->get_timeout(dbenv, &timeout, DB_SET_TXN_TIMEOUT) == 0);
181 assert(timeout == 37);
185 assert(dbenv->get_timeout(dbenv, &timeout, DB_SET_TXN_TIMEOU
[all...]
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_ident.c62 /* request timeout (sec) */
84 apr_time_t timeout; member in struct:__anon6318
88 server_rec *srv, apr_time_t timeout)
123 if ((rv = apr_socket_timeout_set(*newsock, timeout)) != APR_SUCCESS) {
125 "rfc1413: error setting query socket timeout");
255 d->timeout = apr_time_from_sec(atoi(arg));
265 conf->timeout = apr_time_from_sec(RFC1413_TIMEOUT);
277 conf->timeout = new->timeout_unset
278 ? old->timeout
279 : new->timeout;
87 rfc1413_connect(apr_socket_t **newsock, conn_rec *conn, server_rec *srv, apr_time_t timeout) argument
[all...]
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dio.c277 * - The transfer has a timeout and the timeout expires before all data is
364 * the transfer (and to set the remaining details such as callback and timeout).
533 * this requires that libusb is called into at or after the timeout so that
534 * the timeout can be handled. So, in addition to considering libusb's file
540 * the next timeout, see the \ref poll "polling and timing" API documentation.
559 * the next timeout expires.
605 * poll()/select() timeout accordingly.
622 using a timeout no larger than the value libusb just suggested)
625 if (time has elapsed to or beyond the libusb timeout)
1128 unsigned int timeout = local
1159 struct timeval *timeout = &transfer->timeout; local
1732 struct timespec timeout; local
1962 struct timeval timeout; local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dsearch.c52 * attrs, attrsonly, sctrls, ctrls, timeout, sizelimit,
65 struct timeval *timeout,
70 attrsonly, sctrls, cctrls, timeout, sizelimit, -1, msgidp );
83 struct timeval *timeout,
103 * if timeout is provided, both tv_sec and tv_usec must
106 if( timeout != NULL ) {
107 if( timeout->tv_sec == 0 && timeout->tv_usec == 0 ) {
111 /* timelimit must be non-zero if timeout is provided */
112 timelimit = timeout
56 ldap_search_ext( LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, char **attrs, int attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, struct timeval *timeout, int sizelimit, int *msgidp ) argument
74 ldap_pvt_search( LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, char **attrs, int attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, struct timeval *timeout, int sizelimit, int deref, int *msgidp ) argument
137 ldap_search_ext_s( LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, char **attrs, int attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, struct timeval *timeout, int sizelimit, LDAPMessage **res ) argument
155 ldap_pvt_search_s( LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, char **attrs, int attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, struct timeval *timeout, int sizelimit, int deref, LDAPMessage **res ) argument
396 ldap_search_st( LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, char **attrs, int attrsonly, struct timeval *timeout, LDAPMessage **res ) argument
[all...]
/macosx-10.10/apr-32/apr/apr/poll/unix/
H A Dpoll.c73 apr_interval_time_t timeout)
116 if (timeout > 0) {
117 timeout /= 1000; /* convert microseconds to milliseconds */
120 i = poll(pollset, num_to_poll, timeout);
237 apr_interval_time_t timeout,
244 apr_interval_time_t orig_timeout = timeout;
247 if (timeout > 0) {
248 timeout /= 1000;
261 ret = WSAPoll(pollset->p->pollset, pollset->nelts, (int)timeout);
263 ret = poll(pollset->p->pollset, pollset->nelts, timeout);
236 impl_pollset_poll(apr_pollset_t *pollset, apr_interval_time_t timeout, apr_int32_t *num, const apr_pollfd_t **descriptors) argument
392 impl_pollcb_poll(apr_pollcb_t *pollcb, apr_interval_time_t timeout, apr_pollcb_cb_t func, void *baton) argument
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dthread_win32.c26 static int w32_wait_events(HANDLE *events, int count, DWORD timeout, rb_thread_t *th);
70 thread_debug("timeout mutex: %p\n", lock);
185 w32_wait_events(HANDLE *events, int count, DWORD timeout, rb_thread_t *th) argument
191 thread_debug(" w32_wait_events events:%p, count:%d, timeout:%ld, th:%p\n",
192 events, count, timeout, th);
211 ret = WaitForMultipleObjects(count, targets, FALSE, timeout);
232 rb_w32_wait_events_blocking(HANDLE *events, int num, DWORD timeout) argument
234 return w32_wait_events(events, num, timeout, ruby_thread_from_native());
238 rb_w32_wait_events(HANDLE *events, int num, DWORD timeout) argument
242 BLOCKING_REGION(ret = rb_w32_wait_events_blocking(events, num, timeout),
532 struct timespec timeout; local
679 native_fd_select(int n, rb_fdset_t *readfds, rb_fdset_t *writefds, rb_fdset_t *exceptfds, struct timeval *timeout, rb_thread_t *th) argument
[all...]

Completed in 810 milliseconds

1234567891011>>