Searched refs:default_timeout (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/bin/tests/resolver/
H A Dt_resolver.c146 unsigned int default_timeout, timeout; local
153 default_timeout = dns_resolver_gettimeout(resolver);
154 t_info("The default timeout is %d second%s\n", default_timeout,
155 (default_timeout == 1 ? "" : "s"));
157 dns_resolver_settimeout(resolver, default_timeout - 1);
161 test_result = (timeout == default_timeout - 1) ? T_PASS : T_FAIL;
173 unsigned int default_timeout, timeout; local
181 default_timeout = dns_resolver_gettimeout(resolver);
182 t_info("The default timeout is %d second%s\n", default_timeout,
183 (default_timeout
[all...]
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dpmap_getport.c73 static struct timeval default_timeout = { 5, 0 }; variable in typeref:struct:timeval
90 real_t = default_timeout;
93 real_tt = default_timeout;
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_inter.c776 int default_timeout; local
816 default_timeout = EXP_TIME_INFINITY;
924 inp->timeout_nominal = default_timeout;
1356 int timeout; /* current as opposed to default_timeout */
1362 timeout = default_timeout;
1643 int timeout; /* current as opposed to default_timeout */
1670 timeout = default_timeout;
1900 timeout = default_timeout;
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcomsoc_smb.c1342 LONG64 default_timeout = 0; local
1414 &default_timeout /* Default timeout */
/macosx-10.10.1/bind9-45.101/bind9/bin/dig/
H A Ddighost.c2393 bringup_timer(dig_query_t *query, unsigned int default_timeout) { argument
2409 local_timeout = default_timeout;

Completed in 146 milliseconds