Home | History | Annotate | Download | only in asn1

Lines Matching defs:sarg

106 	ASN1_STREAM_ARG sarg;
130 sarg.out = out;
131 sarg.ndef_bio = NULL;
132 sarg.boundary = NULL;
134 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0)
139 ndef_aux->ndef_bio = sarg.ndef_bio;
140 ndef_aux->boundary = sarg.boundary;
145 return sarg.ndef_bio;
214 ASN1_STREAM_ARG sarg;
224 sarg.ndef_bio = ndef_aux->ndef_bio;
225 sarg.out = ndef_aux->out;
226 sarg.boundary = ndef_aux->boundary;
228 &ndef_aux->val, ndef_aux->it, &sarg) <= 0)