Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c1399 for (xrep = xo_retain.xr_bucket[i]; xrep; xrep = next) { in xo_retain_clear_all()
1400 next = xrep->xre_next; in xo_retain_clear_all()
1401 xo_free(xrep); in xo_retain_clear_all()
1437 xo_retain_entry_t *xrep; in xo_retain_find() local
1439 for (xrep = xo_retain.xr_bucket[hash]; xrep != NULL; in xo_retain_find()
1440 xrep = xrep->xre_next) { in xo_retain_find()
1444 xrep->xre_hits += 1; in xo_retain_find()
1456 xo_retain_entry_t *xrep; in xo_retain_add() local
1461 if (xrep == NULL) in xo_retain_add()
1467 bzero(xrep, sizeof(*xrep)); in xo_retain_add()
[all …]