Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c380 __ham_make_dup(notdup, duplicate, bufp, sizep) in __ham_make_dup() argument
381 const DBT *notdup; in __ham_make_dup()
390 item_size = (db_indx_t)notdup->size;
396 duplicate->flags = notdup->flags;
402 memcpy(p, notdup->data, notdup->size);
403 p += notdup->size;
407 duplicate->dlen = notdup->size;