Home | History | Annotate | Download | only in apps

Lines Matching refs:unique_subject

1857 		retdb->attributes.unique_subject = 1;
1862 char *p = NCONF_get_string(dbattr_conf,NULL,"unique_subject");
1866 BIO_printf(bio_err, "DEBUG[load_index]: unique_subject = \"%s\"\n", p);
1868 retdb->attributes.unique_subject = parse_yesno(p,1);
1891 if (db->attributes.unique_subject
1961 BIO_printf(out,"unique_subject = %s\n",
1962 db->attributes.unique_subject ? "yes" : "no");