Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash_buf.c83 #define MRU hashp->bufhead.next
84 #define LRU hashp->bufhead.prev
86 #define MRU_INSERT(B) BUF_INSERT((B), &hashp->bufhead)
298 bfp = &(hashp->bufhead); in __buf_init()
323 for (bp = LRU; bp != &hashp->bufhead;) { in __buf_free()
H A Dhash.h113 BUFHEAD bufhead; /* Header of buffer lru list */ member
/freebsd/contrib/sendmail/src/
H A Dheaders.c1410 char *bufhead; local
1420 bp = bufhead = buf;
1428 bufhead = bp;
1497 if (bp != bufhead)
1520 if (copylev > 0 && SM_HAVE_ROOM && bp > bufhead)
1558 bp = bufhead;
1579 if (bp == &bufhead[1])
1596 bufhead = bp;
1637 bp = bufhead;
1690 if (copylev > 0 && bp > bufhead)