Lines Matching refs:tt
165 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx);
195 const ASN1_TEMPLATE *tt;
274 tt = it->templates + i;
275 tmpfld = asn1_get_field_ptr(fld, tt);
276 if (!asn1_template_print_ctx(out, tmpfld, indent, tt, pctx))
308 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++)
311 seqtt = asn1_do_adb(fld, tt, 1);
340 const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx)
344 flags = tt->flags;
346 sname = ASN1_ITEM_ptr(tt->item)->sname;
352 fname = tt->field_name;
369 indent, "", tname, tt->field_name) <= 0)
384 ASN1_ITEM_ptr(tt->item), NULL, NULL, 1, pctx))
396 return asn1_item_print_ctx(out, fld, indent, ASN1_ITEM_ptr(tt->item),