Lines Matching refs:ASN1_STRING_TABLE
15 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
16 static void st_free(ASN1_STRING_TABLE *tbl);
17 static int sk_table_cmp(const ASN1_STRING_TABLE *const *a,
18 const ASN1_STRING_TABLE *const *b);
83 ASN1_STRING_TABLE *tbl; in ASN1_STRING_set_by_NID()
112 static int sk_table_cmp(const ASN1_STRING_TABLE *const *a, in sk_table_cmp()
113 const ASN1_STRING_TABLE *const *b) in sk_table_cmp()
118 DECLARE_OBJ_BSEARCH_CMP_FN(ASN1_STRING_TABLE, ASN1_STRING_TABLE, table);
120 static int table_cmp(const ASN1_STRING_TABLE *a, const ASN1_STRING_TABLE *b) in table_cmp()
125 IMPLEMENT_OBJ_BSEARCH_CMP_FN(ASN1_STRING_TABLE, ASN1_STRING_TABLE, table);
127 ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid) in ASN1_STRING_TABLE_get()
130 ASN1_STRING_TABLE fnd; in ASN1_STRING_TABLE_get()
149 static ASN1_STRING_TABLE *stable_get(int nid) in stable_get()
151 ASN1_STRING_TABLE *tmp, *rv; in stable_get()
189 ASN1_STRING_TABLE *tmp; in ASN1_STRING_TABLE_add()
209 STACK_OF(ASN1_STRING_TABLE) *tmp; in ASN1_STRING_TABLE_cleanup()
218 static void st_free(ASN1_STRING_TABLE *tbl) in st_free()