Lines Matching refs:stable
15 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
132 /* "stable" can be impacted by config, so load the config file first */
136 if (stable) {
137 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
139 return sk_ASN1_STRING_TABLE_value(stable, idx);
154 if (stable == NULL) {
155 stable = sk_ASN1_STRING_TABLE_new(sk_table_cmp);
156 if (stable == NULL)
166 if (!sk_ASN1_STRING_TABLE_push(stable, rv)) {
211 tmp = stable;
214 stable = NULL;