Home | History | Annotate | Download | only in asn1

Lines Matching defs:tbl

67 static void st_free(ASN1_STRING_TABLE *tbl);
123 ASN1_STRING_TABLE *tbl;
128 tbl = ASN1_STRING_TABLE_get(nid);
129 if(tbl) {
130 mask = tbl->mask;
131 if(!(tbl->flags & STABLE_NO_MASK)) mask &= global_mask;
133 tbl->minsize, tbl->maxsize);
246 static void st_free(ASN1_STRING_TABLE *tbl)
248 if(tbl->flags & STABLE_FLAGS_MALLOC) OPENSSL_free(tbl);