Lines Matching refs:sarg
63 ASN1_STREAM_ARG sarg; in BIO_new_NDEF() local
91 sarg.out = out; in BIO_new_NDEF()
92 sarg.ndef_bio = NULL; in BIO_new_NDEF()
93 sarg.boundary = NULL; in BIO_new_NDEF()
99 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0) { in BIO_new_NDEF()
115 ndef_aux->ndef_bio = sarg.ndef_bio; in BIO_new_NDEF()
116 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF()
119 return sarg.ndef_bio; in BIO_new_NDEF()
198 ASN1_STREAM_ARG sarg; in ndef_suffix() local
208 sarg.ndef_bio = ndef_aux->ndef_bio; in ndef_suffix()
209 sarg.out = ndef_aux->out; in ndef_suffix()
210 sarg.boundary = ndef_aux->boundary; in ndef_suffix()
212 &ndef_aux->val, ndef_aux->it, &sarg) <= 0) in ndef_suffix()