Searched refs:PAIRFITS (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libc/db/hash/
H A Dpage.h79 #define PAIRFITS(P,K,D) \ macro
H A Dhash_page.c92 * the pair (PAIRFITS has returned true) so we go right ahead and start moving
358 if (PAIRFITS(op, (&key), (&val)))
371 if (PAIRFITS(np, (&key), (&val)))
433 if (PAIRFITS(bp, key, val))
442 if (PAIRFITS(sop, key, val))

Completed in 52 milliseconds