Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c1396 xo_retain_entry_t *xrep, *next; in xo_retain_clear_all() local
1399 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()
1441 if (xrep->xre_format == fmt) { in xo_retain_find()
1442 *valp = xrep->xre_fields; in xo_retain_find()
1443 *nump = xrep->xre_num_fields; in xo_retain_find()
[all …]