Lines Matching refs:unique_subject
1853 retdb->attributes.unique_subject = 1;
1858 char *p = NCONF_get_string(dbattr_conf,NULL,"unique_subject");
1862 BIO_printf(bio_err, "DEBUG[load_index]: unique_subject = \"%s\"\n", p);
1864 retdb->attributes.unique_subject = parse_yesno(p,1);
1887 if (db->attributes.unique_subject
1957 BIO_printf(out,"unique_subject = %s\n",
1958 db->attributes.unique_subject ? "yes" : "no");