Home | History | Annotate | Download | only in asn1

Lines Matching defs:tt

78     const ASN1_TEMPLATE *tt = NULL, *seqtt;
115 tt = it->templates + i;
116 pchval = asn1_get_field_ptr(pval, tt);
117 ASN1_template_free(pchval, tt);
154 tt = it->templates + it->tcount - 1;
155 for (i = 0; i < it->tcount; tt--, i++) {
157 seqtt = asn1_do_adb(pval, tt, 0);
173 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
176 if (tt->flags & ASN1_TFLG_SK_MASK) {
181 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt->item), 0);
186 asn1_item_combine_free(pval, ASN1_ITEM_ptr(tt->item),
187 tt->flags & ASN1_TFLG_COMBINE);