Searched refs:timerp (Results 1 - 2 of 2) sorted by relevance
| /bind-9.6-ESV-R11/lib/isc/include/isc/ |
| H A D | timer.h | 121 isc_timer_t **timerp); 126 * arg value. The new timer is returned in 'timerp'. 158 *\li 'timerp' is a valid pointer, and *timerp == NULL 162 *\li '*timerp' is attached to the newly created timer 236 isc_timer_attach(isc_timer_t *timer, isc_timer_t **timerp); 238 * Attach *timerp to timer. 244 *\li 'timerp' points to a NULL timer. 248 *\li *timerp is attached to timer. 252 isc_timer_detach(isc_timer_t **timerp); [all...] |
| /bind-9.6-ESV-R11/lib/isc/ |
| H A D | timer.c | 306 isc_timer_t **timerp) 317 * in 'timerp'. 329 REQUIRE(timerp != NULL && *timerp == NULL); 415 *timerp = timer; 539 isc_timer_attach(isc_timer_t *timer, isc_timer_t **timerp) { argument 541 * Attach *timerp to timer. 545 REQUIRE(timerp != NULL && *timerp == NULL); 551 *timerp 303 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 555 isc_timer_detach(isc_timer_t **timerp) argument [all...] |
Completed in 16 milliseconds