Home | History | Annotate | Download | only in asn1

Lines Matching defs:tbl

67 static void st_free(ASN1_STRING_TABLE *tbl);
126 ASN1_STRING_TABLE *tbl;
131 tbl = ASN1_STRING_TABLE_get(nid);
132 if(tbl) {
133 mask = tbl->mask;
134 if(!(tbl->flags & STABLE_NO_MASK)) mask &= global_mask;
136 tbl->minsize, tbl->maxsize);
251 static void st_free(ASN1_STRING_TABLE *tbl)
253 if(tbl->flags & STABLE_FLAGS_MALLOC) OPENSSL_free(tbl);