Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/db/hash/
H A Dhash_buf.c89 #define MRU hashp->bufhead.next
90 #define LRU hashp->bufhead.prev
92 #define MRU_INSERT(B) BUF_INSERT((B), &hashp->bufhead)
304 bfp = &(hashp->bufhead); in __buf_init()
329 for (bp = LRU; bp != &hashp->bufhead;) { in __buf_free()
H A Dhash.h116 BUFHEAD bufhead; /* Header of buffer lru list */ member
/freebsd-13.1/contrib/sendmail/src/
H A Dheaders.c1349 char *bufhead; local
1358 bp = bufhead = buf;
1366 bufhead = bp;
1435 if (bp != bufhead)
1458 if (copylev > 0 && SM_HAVE_ROOM && bp > bufhead)
1496 bp = bufhead;
1517 if (bp == &bufhead[1])
1534 bufhead = bp;
1575 bp = bufhead;
1628 if (copylev > 0 && bp > bufhead)