Lines Matching defs:out
49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67 * The data is streamed out and does *not* need to be
71 * signatures etc written out.
89 BIO *out;
101 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it)
118 out = BIO_push(asn_bio, out);
120 if (!ndef_aux || !asn_bio || !out)
130 sarg.out = out;
141 ndef_aux->out = out;
225 sarg.out = ndef_aux->out;