Home | History | Annotate | Download | only in asn1

Lines Matching refs:tt

80     const ASN1_TEMPLATE *tt = NULL, *seqtt;
117 tt = it->templates + i;
118 pchval = asn1_get_field_ptr(pval, tt);
119 ASN1_template_free(pchval, tt);
156 tt = it->templates + it->tcount - 1;
157 for (i = 0; i < it->tcount; tt--, i++) {
159 seqtt = asn1_do_adb(pval, tt, 0);
175 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
178 if (tt->flags & ASN1_TFLG_SK_MASK) {
183 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt->item), 0);
188 asn1_item_combine_free(pval, ASN1_ITEM_ptr(tt->item),
189 tt->flags & ASN1_TFLG_COMBINE);