Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_auto.c734 newitem, makedup) in __ham_replace_log() argument
746 u_int32_t makedup;
770 + sizeof(makedup);
814 memcpy(bp, &makedup, sizeof(makedup));
815 bp += sizeof(makedup);
883 printf("\tmakedup: %lu\n", (u_long)argp->makedup);
931 memcpy(&argp->makedup, bp, sizeof(argp->makedup));
932 bp += sizeof(argp->makedup);
H A Dhash_rec.c438 if (argp->makedup) {
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash_auto.h85 u_int32_t makedup; member