Searched defs:new_timeout (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/filters/
H A Dmod_reqtimeout.c57 int new_timeout; member in struct:__anon173
196 if (ccfg->new_timeout > 0) {
199 ccfg->timeout_at = now + apr_time_from_sec(ccfg->new_timeout);
200 ccfg->new_timeout = 0;
374 ccfg->new_timeout = cfg->header_timeout;
380 ccfg->new_timeout = MRT_DEFAULT_HEADER_TIMEOUT;
408 ccfg->new_timeout = cfg->body_timeout;
414 ccfg->new_timeout = MRT_DEFAULT_BODY_TIMEOUT;
441 if (ccfg->new_timeout != UNSET) {
442 ccfg->new_timeout
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c175 sip_timeout_t *new_timeout; local
185 new_timeout = malloc(sizeof (sip_timeout_t));
186 if (new_timeout == NULL)
200 free(new_timeout);
204 new_timeout->sip_timeout_next = NULL;
205 new_timeout->sip_timeout_val = future_time;
206 new_timeout->sip_timeout_callback_func = callback_func;
207 new_timeout->sip_timeout_callback_func_arg = arg;
213 new_timeout->sip_timeout_id = tid;
216 if (current->sip_timeout_val <= new_timeout
[all...]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c1629 struct timespec new_timeout; local
1965 new_timeout.tv_sec = time(NULL) + refresh_ttl;
1966 if (new_timeout.tv_sec < timeout.tv_sec)
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c320 long new_timeout; local
434 new_timeout = ghd_timeout_table[gcmdp->cmd_state];
435 if (new_timeout != 0)
436 ghd_timer_start(cccp, gcmdp, new_timeout);
461 if (gcmdp != NULL && new_timeout != 0) {

Completed in 85 milliseconds