Searched defs:maxtime (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | pipe_command.c | 293 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 0; in pipe_command_write() local 316 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 0; in pipe_command_read() local 356 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 1; in pipe_command_wait_or_kill() local
|
H A D | smtp_stream.c | 263 void smtp_stream_setup(VSTREAM *stream, int maxtime, int enable_deadline, in smtp_stream_setup()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | timer.c | 35 dns_timer_setidle(isc_timer_t *timer, unsigned int maxtime, in dns_timer_setidle()
|
/netbsd-src/external/bsd/cron/dist/ |
H A D | database.c | 141 time_t maxtime; in load_database() local
|
/netbsd-src/tests/lib/libc/sys/ |
H A D | t_clock_gettime.c | 239 static const struct timespec maxtime = {5, 0}; in check_monotonicity() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_time.c | 102 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; in s_time_main() local
|
/netbsd-src/usr.sbin/rpc.pcnfsd/ |
H A D | pcnfsd_misc.c | 406 su_popen(char *user, char *cmd, int maxtime) in su_popen()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | s_time.c | 127 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; in s_time_main() local
|
/netbsd-src/external/mpl/bind/dist/lib/ns/ |
H A D | xfrout.c | 679 uint64_t maxtime; /*%< Maximum XFR timeout (in ms) */ global() member 1226 xfrout_ctx_create(isc_mem_t * mctx,ns_client_t * client,unsigned int id,dns_name_t * qname,dns_rdatatype_t qtype,dns_rdataclass_t qclass,dns_zone_t * zone,dns_db_t * db,dns_dbversion_t * ver,isc_quota_t * quota,rrstream_t * stream,dns_tsigkey_t * tsigkey,isc_buffer_t * lasttsig,bool verified_tsig,unsigned int maxtime,unsigned int idletime,bool many_answers,xfrout_ctx_t ** xfrp) xfrout_ctx_create() argument
|