Searched refs:bpart (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/lib/libcrypto/asn1/
H A Dasn_mime.c613 BIO *bpart = NULL; local
631 if (sk_BIO_push(parts, bpart) == 0)
639 if (bpart != NULL) {
640 if (sk_BIO_push(parts, bpart) == 0)
643 bpart = BIO_new(BIO_s_mem());
644 if (bpart == NULL)
646 BIO_set_mem_eof_return(bpart, 0);
648 BIO_write(bpart, "\r\n", 2);
651 BIO_write(bpart, linebuf, len);
654 BIO_free(bpart);
[all...]

Completed in 118 milliseconds