Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c1352 xo_retain_entry_t *xr_bucket[RETAIN_HASH_SIZE]; member
1399 for (xrep = xo_retain.xr_bucket[i]; xrep; xrep = next) { in xo_retain_clear_all()
1403 xo_retain.xr_bucket[i] = NULL; in xo_retain_clear_all()
1417 for (xrepp = &xo_retain.xr_bucket[hash]; *xrepp; in xo_retain_clear()
1439 for (xrep = xo_retain.xr_bucket[hash]; xrep != NULL; in xo_retain_find()
1474 xrep->xre_next = xo_retain.xr_bucket[hash]; in xo_retain_add()
1475 xo_retain.xr_bucket[hash] = xrep; in xo_retain_add()