Home | History | Annotate | Download | only in asn1

Lines Matching refs:tt

79 	const ASN1_TEMPLATE *tt = NULL, *seqtt;
119 tt = it->templates + i;
120 pchval = asn1_get_field_ptr(pval, tt);
121 ASN1_template_free(pchval, tt);
160 tt = it->templates + it->tcount - 1;
161 for (i = 0; i < it->tcount; tt--, i++)
164 seqtt = asn1_do_adb(pval, tt, 0);
181 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
184 if (tt->flags & ASN1_TFLG_SK_MASK)
191 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt->item),
198 asn1_item_combine_free(pval, ASN1_ITEM_ptr(tt->item),
199 tt->flags & ASN1_TFLG_COMBINE);