Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmymalloc.h24 extern void *mymemdup(const void *, ssize_t);
H A Dmymalloc.c266 void *mymemdup(const void *ptr, ssize_t len) in mymemdup() function
H A Dbinhash.c243 ht->key = mymemdup(key, key_len); in binhash_enter()
/netbsd-src/external/ibm-public/postfix/dist/src/dns/
H A Ddns_rr.c218 dst->data = mymemdup(src->data, src->data_len); in dns_rr_copy()
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_dane.c337 head->data = (unsigned char *) mymemdup(data, data_len); in tlsa_prepend()
1155 buf = (unsigned char *) mymemdup(mdbuf, len = mdlen); in load_tlsa_args()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc806 mymemdup
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY24987 Cleanup old API: mymemdup() should return "void *", the