Searched refs:timerp (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dtimer_api.c101 isc_timer_t **timerp)
107 timerp));
111 isc_timer_attach(isc_timer_t *timer, isc_timer_t **timerp) { argument
113 REQUIRE(timerp != NULL && *timerp == NULL);
115 timer->methods->attach(timer, timerp);
117 ENSURE(*timerp == timer);
121 isc_timer_detach(isc_timer_t **timerp) { argument
122 REQUIRE(timerp != NULL && ISCAPI_TIMER_VALID(*timerp));
98 isc_timer_create(isc_timermgr_t *manager, isc_timertype_t type, const isc_time_t *expires, const isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
[all...]
H A Dtimer.c135 isc_timer_t **timerp);
145 isc__timer_attach(isc_timer_t *timer0, isc_timer_t **timerp);
147 isc__timer_detach(isc_timer_t **timerp);
397 isc_timer_t **timerp)
409 * in 'timerp'.
421 REQUIRE(timerp != NULL && *timerp == NULL);
510 *timerp = (isc_timer_t *)timer;
637 isc__timer_attach(isc_timer_t *timer0, isc_timer_t **timerp) { argument
641 * Attach *timerp t
394 isc__timer_create(isc_timermgr_t *manager0, isc_timertype_t type, const isc_time_t *expires, const isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
655 isc__timer_detach(isc_timer_t **timerp) argument
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dtimer_api.c101 isc_timer_t **timerp)
107 timerp));
111 isc_timer_attach(isc_timer_t *timer, isc_timer_t **timerp) { argument
113 REQUIRE(timerp != NULL && *timerp == NULL);
115 timer->methods->attach(timer, timerp);
117 ENSURE(*timerp == timer);
121 isc_timer_detach(isc_timer_t **timerp) { argument
122 REQUIRE(timerp != NULL && ISCAPI_TIMER_VALID(*timerp));
98 isc_timer_create(isc_timermgr_t *manager, isc_timertype_t type, isc_time_t *expires, isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
[all...]
H A Dtimer.c135 isc_timer_t **timerp);
145 isc__timer_attach(isc_timer_t *timer0, isc_timer_t **timerp);
147 isc__timer_detach(isc_timer_t **timerp);
397 isc_timer_t **timerp)
409 * in 'timerp'.
421 REQUIRE(timerp != NULL && *timerp == NULL);
510 *timerp = (isc_timer_t *)timer;
637 isc__timer_attach(isc_timer_t *timer0, isc_timer_t **timerp) { argument
641 * Attach *timerp t
394 isc__timer_create(isc_timermgr_t *manager0, isc_timertype_t type, isc_time_t *expires, isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
655 isc__timer_detach(isc_timer_t **timerp) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dtimer.h116 isc_timer_t **timerp);
120 void (*attach)(isc_timer_t *timer, isc_timer_t **timerp);
121 void (*detach)(isc_timer_t **timerp);
177 isc_timer_t **timerp);
182 * arg value. The new timer is returned in 'timerp'.
214 *\li 'timerp' is a valid pointer, and *timerp == NULL
218 *\li '*timerp' is attached to the newly created timer
292 isc_timer_attach(isc_timer_t *timer, isc_timer_t **timerp);
294 * Attach *timerp t
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dtimer.h116 isc_timer_t **timerp);
120 void (*attach)(isc_timer_t *timer, isc_timer_t **timerp);
121 void (*detach)(isc_timer_t **timerp);
176 isc_timer_t **timerp);
181 * arg value. The new timer is returned in 'timerp'.
213 *\li 'timerp' is a valid pointer, and *timerp == NULL
217 *\li '*timerp' is attached to the newly created timer
291 isc_timer_attach(isc_timer_t *timer, isc_timer_t **timerp);
293 * Attach *timerp t
[all...]

Completed in 121 milliseconds