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

/bind-9.11.3/lib/isc/
H A Dcounter.c33 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) { argument
37 REQUIRE(counterp != NULL && *counterp == NULL);
57 *counterp = counter;
111 isc_counter_detach(isc_counter_t **counterp) { argument
115 REQUIRE(counterp != NULL && *counterp != NULL);
116 counter = *counterp;
119 *counterp = NULL;

Completed in 10 milliseconds