Lines Matching refs:sarg
111 ASN1_STREAM_ARG sarg; in BIO_new_NDEF() local
135 sarg.out = out; in BIO_new_NDEF()
136 sarg.ndef_bio = NULL; in BIO_new_NDEF()
137 sarg.boundary = NULL; in BIO_new_NDEF()
139 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0) in BIO_new_NDEF()
144 ndef_aux->ndef_bio = sarg.ndef_bio; in BIO_new_NDEF()
145 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF()
150 return sarg.ndef_bio; in BIO_new_NDEF()
222 ASN1_STREAM_ARG sarg; in ndef_suffix() local
232 sarg.ndef_bio = ndef_aux->ndef_bio; in ndef_suffix()
233 sarg.out = ndef_aux->out; in ndef_suffix()
234 sarg.boundary = ndef_aux->boundary; in ndef_suffix()
236 &ndef_aux->val, ndef_aux->it, &sarg) <= 0) in ndef_suffix()