Lines Matching defs:tbl
16 static void st_free(ASN1_STRING_TABLE *tbl);
83 ASN1_STRING_TABLE *tbl;
90 tbl = ASN1_STRING_TABLE_get(nid);
91 if (tbl != NULL) {
92 mask = tbl->mask;
93 if (!(tbl->flags & STABLE_NO_MASK))
96 tbl->minsize, tbl->maxsize);
218 static void st_free(ASN1_STRING_TABLE *tbl)
220 if (tbl->flags & STABLE_FLAGS_MALLOC)
221 OPENSSL_free(tbl);