Lines Matching defs:sarg
346 ASN1_STREAM_ARG sarg;
362 sarg.out = out;
363 sarg.ndef_bio = NULL;
364 sarg.boundary = NULL;
368 if (aux->asn1_cb(ASN1_OP_DETACHED_PRE, &val, it, &sarg) <= 0)
372 if (!SMIME_crlf_copy(data, sarg.ndef_bio, flags))
376 if (aux->asn1_cb(ASN1_OP_DETACHED_POST, &val, it, &sarg) <= 0)
381 while (sarg.ndef_bio != out) {
382 tmpbio = BIO_pop(sarg.ndef_bio);
383 BIO_free(sarg.ndef_bio);
384 sarg.ndef_bio = tmpbio;