Searched refs:motorz_timer_t (Results 1 - 2 of 2) sorted by relevance

/httpd/server/mpm/motorz/
H A Dmotorz.h164 typedef struct motorz_timer_t motorz_timer_t; typedef in typeref:struct:motorz_timer_t
165 struct motorz_timer_t struct
193 motorz_timer_t timer;
H A Dmotorz.c70 apr_time_t t1 = (apr_time_t) (((motorz_timer_t *) a)->expires);
71 apr_time_t t2 = (apr_time_t) (((motorz_timer_t *) b)->expires);
227 motorz_timer_t *ep = (motorz_timer_t *)baton;
237 static apr_status_t motorz_timer_event_process(motorz_core_t *mz, motorz_timer_t *te)
295 motorz_timer_t *elem = &scon->timer;
981 motorz_timer_t *te;

Completed in 1998 milliseconds