Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/ldapd/
Dbtree.c141 static int mpage_cmp(struct mpage *a, struct mpage *b);
152 RB_PROTOTYPE(page_cache, mpage, entry, mpage_cmp);
153 RB_GENERATE(page_cache, mpage, entry, mpage_cmp);
458 mpage_cmp(struct mpage *a, struct mpage *b) in mpage_cmp() function