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