Searched refs:Timeout (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_multihomed.t89 Timeout => 5,
116 Timeout => 1,
H A Dio_sock.t47 Timeout => 15,
104 $listen = IO::Socket::INET->new(Listen => '', Timeout => 15) or die "$!";
231 my $listen = IO::Socket::INET->new( Listen => 2, Proto => 'tcp', Timeout => 15) ||
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Dudat_api.c181 IN DAT_TIMEOUT Timeout,
190 Timeout,
179 dat_evd_wait( IN DAT_EVD_HANDLE evd_handle, IN DAT_TIMEOUT Timeout, IN DAT_COUNT Threshold, OUT DAT_EVENT *event, OUT DAT_COUNT *n_more_events) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm37 Timeout => defined $arg{Timeout}
38 ? $arg{Timeout}
374 $pop = Net::POP3->new('pop3host', Timeout => 60);
416 B<Timeout> - Maximum time, in seconds, to wait for a response from the
H A DSMTP.pm40 Timeout => defined $arg{Timeout}
41 ? $arg{Timeout}
518 $smtp = Net::SMTP->new('mailhost', Timeout => 60);
589 B<Timeout> - Maximum time, in seconds, to wait for a response from the
604 Timeout => 30,
H A DNNTP.pm41 Timeout => defined $arg{Timeout}
42 ? $arg{Timeout}
722 B<Timeout> - Maximum time, in seconds, to wait for a response from the
H A DFTP.pm82 Timeout => defined $arg{Timeout}
83 ? $arg{Timeout}
818 Timeout => $ftp->timeout,
1309 B<Timeout> - Set a timeout value (defaults to 120)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DINET.pm204 return _error($sock, $!, $@ || "Timeout")
211 # "Timeout") if $new_timeout <= 0;
321 Timeout Timeout value for various operations
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm46 ${*$sock}{'io_socket_timeout'} = delete $arg{Timeout};
168 my $new = $pkg->new(Timeout => $timeout);
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c75 static time_t Timeout = ONEWEEK; /* timeout between notices per user */ variable
181 Timeout = convtime(++p, 'w');
712 if (then + Timeout < now)
/osnet-11/usr/src/lib/libsqlite/src/
H A Dmain.c869 void *Timeout, /* Maximum amount of time to wait */
879 int timeout = (int)(long)Timeout;
896 int timeout = (int)(long)Timeout;
868 sqliteDefaultBusyCallback( void *Timeout, const char *NotUsed, int count ) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl1562 Timeout => '10',

Completed in 98 milliseconds