Lines Matching refs:tmpout
37 BIO *tmpout;
39 tmpout = cms_get_text_bio(out, flags);
41 if (tmpout == NULL) {
59 if (tmpout != NULL && (BIO_write(tmpout, buf, i) != i))
64 if (!SMIME_text(tmpout, out)) {
72 if (tmpout != out)
73 BIO_free(tmpout);
315 BIO *cmsbio = NULL, *tmpin = NULL, *tmpout = NULL;
424 tmpout = cms_get_text_bio(out, flags);
425 if (tmpout == NULL) {
429 cmsbio = CMS_dataInit(cms, tmpout);
440 if (!SMIME_text(tmpout, out)) {
467 do_free_upto(cmsbio, tmpout);
477 if (out != tmpout)
478 BIO_free_all(tmpout);