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

/openbsd-current/lib/libc/db/hash/
H A Dpage.h80 #define PAIRFITS(P,K,D) \ macro
H A Dhash_page.c84 * the pair (PAIRFITS has returned true) so we go right ahead and start moving
350 if (PAIRFITS(op, (&key), (&val)))
363 if (PAIRFITS(np, (&key), (&val)))
425 if (PAIRFITS(bp, key, val))
434 if (PAIRFITS(sop, key, val))

Completed in 77 milliseconds