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

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dtimed_wait.c9 /* int timed_waitpid(pid, statusp, options, time_limit)
13 /* int time_limit;
21 /* .IP time_limit
81 int time_limit)
92 if (time_limit <= 0)
93 msg_panic("%s: bad time limit: %d", myname, time_limit);
104 time_left = alarm(time_limit);
80 timed_waitpid(pid_t pid, WAIT_STATUS_T *statusp, int options, int time_limit) argument
H A Dspawn_command.c115 int time_limit; /* command time limit */ member in struct:spawn_args
138 args->time_limit = 0;
177 args->time_limit = va_arg(ap, int);
302 if ((err = timed_waitpid(pid, &wait_status, 0, args.time_limit)) < 0
H A Dvstream.c719 timeout = stream->time_limit.tv_sec + (stream->time_limit.tv_usec > 0);
735 stream->time_limit.tv_sec = stream->time_limit.tv_usec = 0;
743 VSTREAM_SUB_TIME(stream->time_limit, stream->time_limit, elapsed);
879 timeout = stream->time_limit.tv_sec + (stream->time_limit.tv_usec > 0);
893 stream->time_limit.tv_sec = stream->time_limit
[all...]
H A Dvstream.h60 struct timeval time_limit; /* read/write time limit */ member in struct:VSTREAM
H A Devents.c36 /* void event_drain(time_limit)
37 /* int time_limit;
657 void event_drain(int time_limit) argument
671 max_time = event_present + time_limit;
/macosx-10.9.5/postfix-252/postfix/src/spawn/
H A Dspawn.c177 int time_limit; /* per-service time limit */ member in struct:__anon11829
200 attr->time_limit =
269 myname, (long) attr->uid, (long) attr->gid, attr->time_limit);
306 SPAWN_CMD_TIME_LIMIT, attr.time_limit,
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dlak.h78 int time_limit; member in struct:lak_conf
H A Dlak.c245 conf->time_limit = lak_config_int(p);
386 conf->time_limit = 5;
836 rc = ldap_set_option(lak->ld, LDAP_OPT_TIMELIMIT, &(lak->conf->time_limit));
838 syslog(LOG_WARNING|LOG_AUTH, "Unable to set LDAP_OPT_TIMELIMIT %d.", lak->conf->time_limit);
/macosx-10.9.5/postfix-252/postfix/src/pipe/
H A Dpipe.c544 int time_limit; /* per-service time limit */ member in struct:__anon11797
793 config->time_limit =
800 msg_info("%s: time_limit %d", myname, config->time_limit);
1240 PIPE_CMD_TIME_LIMIT, conf.time_limit,
/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.c4254 If this is nonzero and time_limit is 0, then the timeout
4282 wait_reading_process_output (time_limit, microsecs, read_kbd, do_display,
4284 int time_limit, microsecs, read_kbd, do_display;
4318 if (time_limit || microsecs)
4321 EMACS_SET_SECS_USECS (timeout, time_limit, microsecs);
4355 if (time_limit == -1)
4363 else if (time_limit || microsecs)
4412 if (! EMACS_TIME_NEG_P (timer_delay) && time_limit != -1)
4422 /* If time_limit is -1, we are not going to wait at all. */
4423 else if (time_limit !
[all...]
/macosx-10.9.5/vim-53/src/proto/
H A Deval.pro65 long do_searchpair __ARGS((char_u *spat, char_u *mpat, char_u *epat, int dir, char_u *skip, int flags, pos_T *match_pos, linenr_T lnum_stop, long time_limit));
/macosx-10.9.5/vim-53/src/
H A Deval.c15156 long time_limit = 0; local
15180 time_limit = get_tv_number_chk(&argvars[3], NULL);
15181 if (time_limit < 0)
15189 profile_setlimit(time_limit, &tm);
15317 long time_limit = 0; local
15360 time_limit = get_tv_number_chk(&argvars[6], NULL);
15361 if (time_limit < 0)
15371 match_pos, lnum_stop, time_limit);
15422 lnum_stop, time_limit)
15431 long time_limit; /* sto
[all...]

Completed in 338 milliseconds