Home
last modified time | relevance | path

Searched refs:timehist_insert (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/unbound/util/
H A Dtimehist.h93 void timehist_insert(struct timehist* hist, struct timeval* tv);
H A Dtimehist.c118 void timehist_insert(struct timehist* hist, struct timeval* tv) in timehist_insert() function
/freebsd-src/contrib/unbound/services/
H A Dmesh.c1477 timehist_insert(m->s.env->mesh->histogram, &duration); in mesh_send_reply()