Lines Matching defs:out
22 * appropriate format on the fly. The data is streamed out and does *not*
24 * is finalized and any signatures etc written out. The BIO is a 'proper'
38 BIO *out;
58 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it)
76 out = BIO_push(asn_bio, out);
77 if (out == NULL)
91 sarg.out = out;
117 ndef_aux->out = out;
209 sarg.out = ndef_aux->out;