Searched refs:timeout (Results 226 - 250 of 1144) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/cxx/
H A Dcxx_txn.cpp71 DBTXN_METHOD(set_timeout, 0, (db_timeout_t timeout, u_int32_t flags),
72 (txn, timeout, flags))
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dftp.pl47 # Added better timeout code.
54 # Made the timeout-read code work.
123 $timeout = 30;
126 $timeout_read = 20 * $timeout;
129 $timeout_open = $timeout;
161 $timeout = $_[0];
162 $timeout_open = $timeout;
163 $timeout_read = 20 * $timeout;
165 print STDERR "ftp timeout set to $timeout\
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dnetwork.c74 static struct timeval timeout = { 0 }; local
83 value = select(net+1, 0, 0, &excepts, &timeout);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Drkpty.c79 static int timeout = 10; variable
218 alarm(timeout);
220 alarm(timeout);
232 errx(1, "timeout waiting for %s (line %u)",
252 alarm(timeout);
278 alarm(timeout);
280 alarm(timeout);
285 errx(1, "timeout waiting for trailing data");
296 alarm(timeout);
300 errx(1, "timeout waitin
[all...]
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dlinux_usbfs.h34 uint32_t timeout; /* in milliseconds */ member in struct:usbfs_ctrltransfer
44 unsigned int timeout; /* in milliseconds */ member in struct:usbfs_bulktransfer
/macosx-10.10/apr-32/apr/apr/locks/netware/
H A Dthread_cond.c69 apr_interval_time_t timeout){
71 (timeout*1000)/NXGetSystemTick()) == NX_ETIMEDOUT) {
/macosx-10.10/cups-408/cups/systemv/
H A Dlpinfo.c39 static int show_devices(int long_status, int timeout,
65 int timeout; /* Device timeout */ local
77 timeout = CUPS_TIMEOUT_DEFAULT;
122 if (show_devices(long_status, timeout, include_schemes,
233 else if (!strcmp(argv[i], "--timeout"))
237 timeout = atoi(argv[i]);
241 _("lpinfo: Expected timeout after "
242 "\"--timeout\"."));
246 else if (!strncmp(argv[i], "--timeout
319 show_devices( int long_status, int timeout, const char *include_schemes, const char *exclude_schemes) argument
[all...]
/macosx-10.10/lsof-53/lsof/scripts/
H A Didentd.perl547 # read ident-query from socket (STDIN) with a timeout.
48 $timeout = int($Timeout);
51 alarm $timeout;
/macosx-10.10/postfix-255/postfix/src/posttls-finger/
H A Dtlsmgrmem.c85 int tls_mgr_policy(const char *unused_type, int *cachable, int *timeout) argument
90 *timeout = TLS_SESSION_LIFEMIN;
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_mgr.c13 /* int tls_mgr_policy(cache_type, cachable, timeout)
16 /* int *timeout;
33 /* TLS_TICKET_KEY *tls_mgr_key(keyname, timeout)
35 /* int timeout;
66 /* .IP timeout
67 /* Pointer to int, returns the cache entry timeout.
81 /* .IP timeout
82 /* The encryption key timeout. Once a key has been active for this many
84 /* session tickets for another timeout seconds, and is then destroyed.
85 /* The timeout mus
204 tls_mgr_policy(const char *cache_type, int *cachable, int *timeout) argument
364 tls_mgr_key(unsigned char *keyname, int timeout) argument
424 int timeout; local
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dmutex_m.rb97 def sleep(timeout = nil)
98 @_mutex.sleep(timeout)
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_curses.rb17 def run_curses(src, input = nil, timeout: 1)
19 require 'timeout'
24 result = Timeout.timeout(#{timeout}) do
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dcryptdir18 set timeout -1
H A Ddecryptdir18 set timeout -1
H A Dpassmass36 set timeout -1
80 set timeout -1
109 } "-timeout" {
111 set timeout [lindex $argv $i]
148 } timeout {
187 } timeout {
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.h182 uint32_t timeout, IOHIDReportCallback callback, void * refcon, IOOptionBits options);
184 uint32_t timeout, IOHIDReportCallback callback, void * refcon, IOOptionBits options);
186 uint32_t timeout, IOHIDValueCallback callback, void * refcon, IOOptionBits options);
188 uint32_t timeout, IOHIDValueCallback callback, void * refcon, IOOptionBits options);
229 uint32_t timeout, IOHIDReportCallback callback, void * refcon, IOOptionBits options = 0);
231 uint32_t timeout, IOHIDReportCallback callback, void * refcon, IOOptionBits options = 0);
237 uint32_t timeout = 0,
244 uint32_t timeout = 0,
289 static IOReturn _setElementValue(void * self, IOHIDElementCookie cookie, IOHIDEventStruct * pEvent, uint32_t timeout, IOHIDElementCallbackFunction callback, void * target, void * refcon);
290 static IOReturn _queryElementValue(void * self, IOHIDElementCookie cookie, IOHIDEventStruct * pEvent, uint32_t timeout, IOHIDElementCallbackFunctio
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dpcsc++.h109 void statusChange(ReaderState *readers, unsigned int nReaders, long timeout = 0);
110 void statusChange(ReaderState &reader, long timeout = 0)
111 { return statusChange(&reader, 1, timeout); }
112 void statusChange(vector<ReaderState> &readers, long timeout = 0)
113 { return statusChange(&readers[0], (unsigned int)readers.size(), timeout); }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dpcsc++.h109 void statusChange(ReaderState *readers, unsigned int nReaders, long timeout = 0);
110 void statusChange(ReaderState &reader, long timeout = 0)
111 { return statusChange(&reader, 1, timeout); }
112 void statusChange(vector<ReaderState> &readers, long timeout = 0)
113 { return statusChange(&readers[0], (unsigned int)readers.size(), timeout); }
/macosx-10.10/apr-32/apr/apr/locks/beos/
H A Dthread_cond.c84 int timeout)
109 if (timeout == 0)
112 rv = acquire_sem_etc(wait->sem, 1, flags, timeout);
137 apr_interval_time_t timeout)
139 return do_wait(cond, mutex, timeout);
83 do_wait(apr_thread_cond_t *cond, apr_thread_mutex_t *mutex, int timeout) argument
/macosx-10.10/dcerpc-61/dcerpc/rpcd/
H A Drpcdsliv.c113 /* RPC comm timeout for ping of a "good" server
136 unsigned32 timeout,
303 /* release lock and wait for task2 event or timeout or cancel
375 INTERNAL boolean32 ping_server(entp, timeout, status)
377 unsigned32 timeout;
387 if (timeout != rpc_c_binding_default_timeout)
389 rpc_mgmt_set_com_timeout(binding_h, timeout, status);
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A DConfigurationAuthority.c63 CFNumberRef timeout; local
79 timeout = CFNumberCreate((CFAllocatorRef) NULL, kCFNumberIntType, &val);
80 require( timeout != NULL, MakeIntFailed);
81 CFDictionaryAddValue( tmpDict, CFSTR("timeout"), timeout);
87 CFRelease( timeout);
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDDevicePlugIn.h217 IOReturn (*setValue)(void * self, IOHIDElementRef element, IOHIDValueRef value, uint32_t timeout, IOHIDValueCallback callback, void * context, IOOptionBits options); \
218 IOReturn (*getValue)(void * self, IOHIDElementRef element, IOHIDValueRef * pValue, uint32_t timeout, IOHIDValueCallback callback, void * context, IOOptionBits options); \
220 IOReturn (*setReport)(void * self, IOHIDReportType reportType, uint32_t reportID, const uint8_t * report, CFIndex reportLength, uint32_t timeout, IOHIDReportCallback callback, void * context, IOOptionBits options); \
221 IOReturn (*getReport)(void * self, IOHIDReportType reportType, uint32_t reportID, uint8_t * report, CFIndex * pReportLength, uint32_t timeout, IOHIDReportCallback callback, void * context, IOOptionBits options)
306 @param timeout Time in milliseconds to wait before aborting request.
314 uint32_t timeout, IOHIDValueCallback callback, void * context, IOOptionBits options);
327 @param timeout Time in milliseconds to wait before aborting request.
335 uint32_t timeout, IOHIDValueCallback callback, void * context, IOOptionBits options);
364 @param timeout Timeout in milliseconds for issuing the setReport.
372 uint32_t timeout, IOHIDReportCallbac
[all...]
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DConnection.h173 template<typename T> bool sendSync(T&& message, typename T::Reply&& reply, uint64_t destinationID, std::chrono::milliseconds timeout = std::chrono::milliseconds::max(), unsigned syncSendFlags = 0);
174 template<typename T> bool waitForAndDispatchImmediately(uint64_t destinationID, std::chrono::milliseconds timeout, unsigned waitForMessageFlags = 0);
178 std::unique_ptr<MessageDecoder> sendSyncMessage(uint64_t syncRequestID, std::unique_ptr<MessageEncoder>, std::chrono::milliseconds timeout, unsigned syncSendFlags = 0);
179 std::unique_ptr<MessageDecoder> sendSyncMessageFromSecondaryThread(uint64_t syncRequestID, std::unique_ptr<MessageEncoder>, std::chrono::milliseconds timeout);
203 std::unique_ptr<MessageDecoder> waitForMessage(StringReference messageReceiverName, StringReference messageName, uint64_t destinationID, std::chrono::milliseconds timeout, unsigned waitForMessageFlags);
205 std::unique_ptr<MessageDecoder> waitForSyncReply(uint64_t syncRequestID, std::chrono::milliseconds timeout, unsigned syncSendFlags);
347 template<typename T> bool Connection::sendSync(T&& message, typename T::Reply&& reply, uint64_t destinationID, std::chrono::milliseconds timeout, unsigned syncSendFlags) argument
358 std::unique_ptr<MessageDecoder> replyDecoder = sendSyncMessage(syncRequestID, WTF::move(encoder), timeout, syncSendFlags);
366 template<typename T> bool Connection::waitForAndDispatchImmediately(uint64_t destinationID, std::chrono::milliseconds timeout, unsigned waitForMessageFlags) argument
368 std::unique_ptr<MessageDecoder> decoder = waitForMessage(T::receiverName(), T::name(), destinationID, timeout, waitForMessageFlag
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dasyn-ares.c225 struct timeval *timeout; local
233 timeout = ares_timeout((ares_channel)conn->data->state.resolver, &maxtime,
235 milli = (timeout->tv_sec * 1000) + (timeout->tv_usec/1000);
247 * 2) wait for the timeout period to check for action on ares' sockets.
290 above, as otherwise the ares name resolve won't timeout! */
360 long timeout; local
364 timeout = Curl_timeleft(data, &now, TRUE);
365 if(!timeout)
366 timeout
[all...]
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dmgmt.c115 * Default server comm timeout value.
257 ** This is a Local management function that inquires what the timeout
269 ** timeout The relative timeout value used when making a
290 PUBLIC void rpc_mgmt_inq_com_timeout (binding_handle, timeout, status)
293 unsigned32 *timeout;
307 *timeout = binding_rep->timeout;
322 ** com timeout setting.
335 ** FUNCTION VALUE: unsigned32, the current com timeout settin
1024 rpc_mgmt_set_com_timeout( rpc_binding_handle_t binding_h, unsigned32 timeout, unsigned32 *status ) argument
1125 rpc_mgmt_set_server_com_timeout( unsigned32 timeout, unsigned32 * status ) argument
[all...]

Completed in 321 milliseconds

1234567891011>>