Home
last modified time | relevance | path

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

/dports/mail/postfix-current/postfix-3.7-20211107/src/posttls-finger/
H A Dtlsmgrmem.c104 vstring_memcpy(buf, vstring_str(s), VSTRING_LEN(s)); in tls_mgr_lookup()
125 vstring_memcpy(s, buf, len); in tls_mgr_update()
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dvstring.h42 extern VSTRING *vstring_memcpy(VSTRING *, const char *, ssize_t);
H A Dvstring.c504 VSTRING *vstring_memcpy(VSTRING *vp, const char *src, ssize_t len) in vstring_memcpy() function
/dports/mail/postfix-current/postfix-3.7-20211107/src/tls/
H A Dtls_scache.c284 vstring_memcpy(out_session, entry->session, in tls_scache_decode()
/dports/mail/postfix-current/postfix-3.7-20211107/src/tlsmgr/
H A Dtlsmgr.c507 vstring_memcpy(buffer, (char *) key, sizeof(*key)); in tlsmgr_key()