Home | History | Annotate | Download | only in asn1

Lines Matching refs:tt

165 				const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
195 const ASN1_TEMPLATE *tt;
275 tt = it->templates + i;
276 tmpfld = asn1_get_field_ptr(fld, tt);
277 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
309 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++)
312 seqtt = asn1_do_adb(fld, tt, 1);
343 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
348 flags = tt->flags;
350 sname = ASN1_ITEM_ptr(tt->item)->sname;
356 fname = tt->field_name;
373 indent, "", tname, tt->field_name) <= 0)
388 ASN1_ITEM_ptr(tt->item), NULL, NULL, 1, pctx))
400 return asn1_item_print_ctx(out, fld, indent, ASN1_ITEM_ptr(tt->item),