Lines Matching defs:timerp
53 isc_timer_t **timerp) {
59 REQUIRE(timerp != NULL && *timerp == NULL);
81 *timerp = timer;
176 isc_timer_destroy(isc_timer_t **timerp) {
179 REQUIRE(timerp != NULL && VALID_TIMER(*timerp));
181 timer = *timerp;
182 *timerp = NULL;
190 isc_timer_async_destroy(isc_timer_t **timerp) {
193 REQUIRE(timerp != NULL && VALID_TIMER(*timerp));
195 timer = *timerp;
196 *timerp = NULL;